tint2conf: fix typo (issue #592)
o9000 mrovi9000@gmail.com
8 files changed,
4 insertions(+),
34 deletions(-)
M
src/tint2conf/po/bs.po
→
src/tint2conf/po/bs.po
@@ -1133,12 +1133,6 @@ #: ../properties.c:3541 ../properties.c:3577
msgid "Iconify" msgstr "Umanji" -#: ../properties.c:3434 ../properties.c:3470 ../properties.c:3542 -#: ../properties.c:3578 -#, fuzzy -msgid "Shade" -msgstr "Zatamni" - #: ../properties.c:3435 ../properties.c:3471 ../properties.c:3507 #: ../properties.c:3543 ../properties.c:3579 msgid "Toggle or iconify"@@ -1233,9 +1227,8 @@ msgid "Middle click"
msgstr "Srednji klik" #: ../properties.c:3506 -#, fuzzy -msgid "sShade" -msgstr "zZatamni" +msgid "Shade" +msgstr "Zatamni" #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle "
M
src/tint2conf/po/fr.po
→
src/tint2conf/po/fr.po
@@ -1257,10 +1257,6 @@ #: ../properties.c:3492
msgid "Middle click" msgstr "Clic milieu" -#: ../properties.c:3506 -msgid "sShade" -msgstr "Réduire" - #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle " "click event: \n"
M
src/tint2conf/po/hr.po
→
src/tint2conf/po/hr.po
@@ -1232,11 +1232,6 @@ #: ../properties.c:3492
msgid "Middle click" msgstr "Srednji klik" -#: ../properties.c:3506 -#, fuzzy -msgid "sShade" -msgstr "zZatamni" - #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle " "click event: \n"
M
src/tint2conf/po/pl.po
→
src/tint2conf/po/pl.po
@@ -1248,10 +1248,6 @@ #: ../properties.c:3492
msgid "Middle click" msgstr "Klik środkowym" -#: ../properties.c:3506 -msgid "sShade" -msgstr "Zwiń" - #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle " "click event: \n"
M
src/tint2conf/po/ru.po
→
src/tint2conf/po/ru.po
@@ -1220,10 +1220,6 @@ #: ../properties.c:3492
msgid "Middle click" msgstr "Средний щелчок" -#: ../properties.c:3506 -msgid "sShade" -msgstr "Скрутить" - #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle " "click event: \n"
M
src/tint2conf/po/sr.po
→
src/tint2conf/po/sr.po
@@ -1133,7 +1133,6 @@ msgstr "Умањи"
#: ../properties.c:3434 ../properties.c:3470 ../properties.c:3542 #: ../properties.c:3578 -#, fuzzy msgid "Shade" msgstr "Затамни"@@ -1229,11 +1228,6 @@
#: ../properties.c:3492 msgid "Middle click" msgstr "Средњи клик" - -#: ../properties.c:3506 -#, fuzzy -msgid "sShade" -msgstr "зЗатамни" #: ../properties.c:3514 msgid "Specifies the action performed when task buttons receive a middle "
M
src/tint2conf/po/tint2conf.pot
→
src/tint2conf/po/tint2conf.pot
@@ -1148,7 +1148,7 @@ msgid "Middle click"
msgstr "" #: ../properties.c:3506 -msgid "sShade" +msgid "Shade" msgstr "" #: ../properties.c:3514
M
src/tint2conf/properties.c
→
src/tint2conf/properties.c
@@ -3503,7 +3503,7 @@ gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("None"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Close")); gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Toggle")); gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Iconify")); - gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("sShade")); + gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Shade")); gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Toggle or iconify")); gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Maximize or restore")); gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Desktop left"));