From e4c793a7e318a18f77449fc1e7788ebea18d9b8c Mon Sep 17 00:00:00 2001 From: Vikhyat Korrapati Date: Sat, 15 Mar 2014 22:56:42 +0530 Subject: [PATCH] Poll Plugin: Allow optional space before ":" for the French locale. --- plugins/poll/config/locales/server.fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/poll/config/locales/server.fr.yml b/plugins/poll/config/locales/server.fr.yml index 85bf5b022a1..cf55d08be7e 100644 --- a/plugins/poll/config/locales/server.fr.yml +++ b/plugins/poll/config/locales/server.fr.yml @@ -14,4 +14,4 @@ fr: poll: must_contain_poll_options: "doit contenir une liste de choix pour le sondage" cannot_have_modified_options: "ne peut pas être modifié car il contient un sondage publié depuis plus de 5 minutes" - prefix: "Sondage:" + prefix: "Sondage\\s?:"