[geany/geany-plugins] 882bf6: Fix typo in messages

Philipp Wiesemann git-noreply at xxxxx
Sat May 30 21:01:46 UTC 2015


Branch:      refs/heads/master
Author:      Philipp Wiesemann <philipp.wiesemann at arcor.de>
Committer:   Philipp Wiesemann <philipp.wiesemann at arcor.de>
Date:        Sat, 30 May 2015 21:01:46 UTC
Commit:      882bf6c01916b1505d9f79e0ab91f2f3c7809e76
             https://github.com/geany/geany-plugins/commit/882bf6c01916b1505d9f79e0ab91f2f3c7809e76

Log Message:
-----------
Fix typo in messages


Modified Paths:
--------------
    autoclose/src/autoclose.c
    po/de.po
    po/pt.po
    po/ru.po

Modified: autoclose/src/autoclose.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1089,9 +1089,9 @@ plugin_configure(GtkDialog *dialog)
 
 	WIDGET_FRAME(_("Behaviour inside comments and strings"));
 	WIDGET_CONF_BOOL(comments_ac_enable, _("Allow auto-closing in strings and comments"),
-		_("Check if you wan to keep auto-closing inside strings and comments too."));
+		_("Check if you want to keep auto-closing inside strings and comments too."));
 	WIDGET_CONF_BOOL(comments_enclose, _("Enclose selections in strings and comments"),
-		_("Check if you wan to enclose selections inside strings and comments too."));
+		_("Check if you want to enclose selections inside strings and comments too."));
 
 	container = vbox;
 	WIDGET_CONF_BOOL(close_functions, _("Auto-complete \";\" for functions"),


Modified: po/de.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -480,7 +480,7 @@ msgid "Allow auto-closing in strings and comments"
 msgstr "Automatisches Schließen in Kommentaren und Strings aktivieren"
 
 #: ../autoclose/src/autoclose.c:1092
-msgid "Check if you wan to keep auto-closing inside strings and comments too."
+msgid "Check if you want to keep auto-closing inside strings and comments too."
 msgstr ""
 "Wenn diese Option gesetzt ist, werden Klammern in Kommentaren und Strings "
 "ebenfalls automatisch geschlossen."
@@ -490,7 +490,7 @@ msgid "Enclose selections in strings and comments"
 msgstr "Auswahl in Kommentaren und Strings umschließen"
 
 #: ../autoclose/src/autoclose.c:1094
-msgid "Check if you wan to enclose selections inside strings and comments too."
+msgid "Check if you want to enclose selections inside strings and comments too."
 msgstr ""
 "Legt fest, ob auch innerhalb von Kommentaren und Strings eine Auswahl "
 "automatisch mit einem Klammerpaar umschlossen werden soll."


Modified: po/pt.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -456,7 +456,7 @@ msgid "Allow auto-closing in strings and comments"
 msgstr "Permitir fecho automático em cadeias e comentários"
 
 #: ../autoclose/src/autoclose.c:1092
-msgid "Check if you wan to keep auto-closing inside strings and comments too."
+msgid "Check if you want to keep auto-closing inside strings and comments too."
 msgstr ""
 "Marque a caixa se também quiser manter o fecho automático em cadeias e "
 "comentários."
@@ -466,7 +466,7 @@ msgid "Enclose selections in strings and comments"
 msgstr "Incluir seleções em cadeias e comentários"
 
 #: ../autoclose/src/autoclose.c:1094
-msgid "Check if you wan to enclose selections inside strings and comments too."
+msgid "Check if you want to enclose selections inside strings and comments too."
 msgstr ""
 "Marque a caixa se também quiser incluir seleções dentro de cadeias e "
 "comentários."


Modified: po/ru.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -449,7 +449,7 @@ msgid "Allow auto-closing in strings and comments"
 msgstr "Разрешить автозакрытие внутри комментариев и строк"
 
 #: ../autoclose/src/autoclose.c:1092
-msgid "Check if you wan to keep auto-closing inside strings and comments too."
+msgid "Check if you want to keep auto-closing inside strings and comments too."
 msgstr ""
 "Включите, если вы хотите, чтобы автозакрытие также работало внутри "
 "комментариев и строк."
@@ -459,7 +459,7 @@ msgid "Enclose selections in strings and comments"
 msgstr "Окружать выделение внутри комментариев и строк"
 
 #: ../autoclose/src/autoclose.c:1094
-msgid "Check if you wan to enclose selections inside strings and comments too."
+msgid "Check if you want to enclose selections inside strings and comments too."
 msgstr ""
 "Включите, если вы хотите, чтобы окружение выделенного блока текст "
 "также работало внутри комментариев и строк."



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list