[geany/geany-plugins] d11378: Fix typo in messages

Philipp Wiesemann git-noreply at xxxxx
Sat May 30 20:56:18 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 20:56:18 UTC
Commit:      d1137815db16f9dd8b375ebcc1ddbeaab76d6539
             https://github.com/geany/geany-plugins/commit/d1137815db16f9dd8b375ebcc1ddbeaab76d6539

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


Modified Paths:
--------------
    geanymacro/src/geanymacro.c
    po/be.po
    po/ca.po
    po/da.po
    po/de.po
    po/es.po
    po/fr.po
    po/gl.po
    po/it.po
    po/ja.po
    po/nl.po
    po/pt.po
    po/pt_BR.po
    po/ru.po
    po/tr.po
    po/zh_CN.po

Modified: geanymacro/src/geanymacro.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -823,7 +823,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog)
 	/* save pointer to check_button */
 	g_object_set_data(G_OBJECT(dialog),"GeanyMacros_cb1",cb1);
 
-	cb2=gtk_check_button_new_with_label(_("Ask before replaceing existing Macros"));
+	cb2=gtk_check_button_new_with_label(_("Ask before replacing existing Macros"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(cb2),bQueryOverwriteMacros);
 	gtk_box_pack_start(GTK_BOX(vbox),cb2,FALSE,FALSE,2);
 	/* save pointer to check_button */
@@ -884,7 +884,7 @@ _("You can change:\n"),
 _("Save Macros when close Geany - If this is selected then Geany will save any recorded macros and\
  reload them for use the next time you open Geany, if not they will be lost when Geany is closed.\
 \n"),
-_("Ask before replaceing existing Macros - If this is selected then if you try recording a macro o\
+_("Ask before replacing existing Macros - If this is selected then if you try recording a macro o\
 ver an existing one it will check before over-writing it, giving you the option of trying a differ\
 ent name or key trigger combination, otherwise it will simply erase any existing macros with the s\
 ame name, or the same key trigger combination."),


Modified: po/be.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3133,7 +3133,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3251,7 +3251,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/ca.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3067,7 +3067,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3185,7 +3185,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/da.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3094,7 +3094,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3212,7 +3212,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/de.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3577,7 +3577,7 @@ msgid "Save Macros when close Geany"
 msgstr "Makros beim Beenden von Geany speichern"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Nachfragen vor dem Ersetzen von Makros"
 
 #. create dialog box
@@ -3731,7 +3731,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/es.po
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -3200,7 +3200,7 @@ msgid "Save Macros when close Geany"
 msgstr "Guardar macros al cerrar Geany"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Preguntar antes de reemplazar macros existentes"
 
 #. create dialog box
@@ -3352,7 +3352,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "
@@ -7162,7 +7162,7 @@ msgstr "Autocompleta etiquetas XML/HTML mediante recortes"
 #~ "Save Macros when close Geany - If this is selected then Geany will save "
 #~ "any recorded macros and reload them for use the next time you open Geany, "
 #~ "if not they will be lost when Geany is closed.\n"
-#~ "Ask before replaceing existing Macros - If this is selected then if you "
+#~ "Ask before replacing existing Macros - If this is selected then if you "
 #~ "try recording a macro over an existing one it will check before over-"
 #~ "writing it, giving you the option of trying a different name or key "
 #~ "trigger combination, otherwise it will simply erase any existing macros "


Modified: po/fr.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3197,7 +3197,7 @@ msgid "Save Macros when close Geany"
 msgstr "Enregistrer les macros à la fermeture de Geany"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Demander avant de remplacer les macros existantes"
 
 #. create dialog box
@@ -3353,7 +3353,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/gl.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3263,7 +3263,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3381,7 +3381,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/it.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3182,7 +3182,7 @@ msgid "Save Macros when close Geany"
 msgstr "Salva le Macro quando chiudi Geany"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Chiedi prima di sovrascrivere le Macro esistenti"
 
 #. create dialog box
@@ -3335,7 +3335,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/ja.po
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -3154,7 +3154,7 @@ msgid "Save Macros when close Geany"
 msgstr "Geanyを閉じるときにマクロを保存する"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "既存のマクロに上書きするときに問い合わせる"
 
 #. create dialog box
@@ -3301,7 +3301,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "
@@ -7055,7 +7055,7 @@ msgstr "スニペットを使用してXML/HTMLタグを自動補完"
 #~ "Save Macros when close Geany - If this is selected then Geany will save "
 #~ "any recorded macros and reload them for use the next time you open Geany, "
 #~ "if not they will be lost when Geany is closed.\n"
-#~ "Ask before replaceing existing Macros - If this is selected then if you "
+#~ "Ask before replacing existing Macros - If this is selected then if you "
 #~ "try recording a macro over an existing one it will check before over-"
 #~ "writing it, giving you the option of trying a different name or key "
 #~ "trigger combination, otherwise it will simply erase any existing macros "
@@ -7195,7 +7195,7 @@ msgstr "スニペットを使用してXML/HTMLタグを自動補完"
 #~ "Save Macros when close Geany - If this is selected then Geany will save "
 #~ "any recorded macros and reload them for use the next time you open Geany, "
 #~ "if not they will be lost when Geany is closed.\n"
-#~ "Ask before replaceing existing Macros - If this is selected then if you "
+#~ "Ask before replacing existing Macros - If this is selected then if you "
 #~ "try recording a macro over an existing one it will check before over-"
 #~ "writing it, giving you the option of trying a different name or key "
 #~ "trigger combination, otherwise it will simply erase any existing macros "


Modified: po/nl.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3089,7 +3089,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3207,7 +3207,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/pt.po
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -3524,7 +3524,7 @@ msgid "Save Macros when close Geany"
 msgstr "Gravar macros ao fechar o Geany"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Perguntar antes de substituir macros existentes"
 
 #. create dialog box
@@ -3673,7 +3673,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "
@@ -7747,7 +7747,7 @@ msgstr "Auto completar etiquetas  XML/HTML usando excertos de código."
 #~ "Save Macros when close Geany - If this is selected then Geany will save "
 #~ "any recorded macros and reload them for use the next time you open Geany, "
 #~ "if not they will be lost when Geany is closed.\n"
-#~ "Ask before replaceing existing Macros - If this is selected then if you "
+#~ "Ask before replacing existing Macros - If this is selected then if you "
 #~ "try recording a macro over an existing one it will check before over-"
 #~ "writing it, giving you the option of trying a different name or key "
 #~ "trigger combination, otherwise it will simply erase any existing macros "
@@ -7893,7 +7893,7 @@ msgstr "Auto completar etiquetas  XML/HTML usando excertos de código."
 #~ "Save Macros when close Geany - If this is selected then Geany will save "
 #~ "any recorded macros and reload them for use the next time you open Geany, "
 #~ "if not they will be lost when Geany is closed.\n"
-#~ "Ask before replaceing existing Macros - If this is selected then if you "
+#~ "Ask before replacing existing Macros - If this is selected then if you "
 #~ "try recording a macro over an existing one it will check before over-"
 #~ "writing it, giving you the option of trying a different name or key "
 #~ "trigger combination, otherwise it will simply erase any existing macros "


Modified: po/pt_BR.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3273,7 +3273,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3391,7 +3391,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/ru.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3437,7 +3437,7 @@ msgid "Save Macros when close Geany"
 msgstr "Сохранять макрос при выходе из Geany"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Спрашивать перед перезаписью существующего макроса"
 
 #. create dialog box
@@ -3586,7 +3586,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/tr.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3115,7 +3115,7 @@ msgid "Save Macros when close Geany"
 msgstr "Geany kapatılırken Makroları kaydet"
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr "Önceki Makroların üzerine yazarken sor"
 
 #. create dialog box
@@ -3245,7 +3245,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "


Modified: po/zh_CN.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3279,7 +3279,7 @@ msgid "Save Macros when close Geany"
 msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:826
-msgid "Ask before replaceing existing Macros"
+msgid "Ask before replacing existing Macros"
 msgstr ""
 
 #. create dialog box
@@ -3397,7 +3397,7 @@ msgstr ""
 
 #: ../geanymacro/src/geanymacro.c:887
 msgid ""
-"Ask before replaceing existing Macros - If this is selected then if you try "
+"Ask before replacing existing Macros - If this is selected then if you try "
 "recording a macro over an existing one it will check before over-writing it, "
 "giving you the option of trying a different name or key trigger combination, "
 "otherwise it will simply erase any existing macros with the same name, or "



--------------
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