1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-15 23:03:33 +01:00

WUtil: Aligned msgid for error message translations against latest code

Due to some old and recent patches, the msgid used for translating the
error messages were not in line with the source code, now they are.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-05-09 21:29:06 +02:00
committed by Carlos R. Mafra
parent a2328d9842
commit f5167ae12d
7 changed files with 36 additions and 36 deletions

View File

@@ -68,16 +68,16 @@ msgid "Error %d"
msgstr "Chyba %d"
#: ../../WINGs/error.c:112
msgid " warning: "
msgstr " varovíní: "
msgid "warning: "
msgstr "varovíní: "
#: ../../WINGs/error.c:139
msgid " fatal error: "
msgstr " fatální chyba: "
msgid "fatal: "
msgstr "fatální chyba: "
#: ../../WINGs/error.c:165 ../../WINGs/error.c:194
msgid " error: "
msgstr " chyba: "
msgid "error: "
msgstr "chyba: "
#: ../../WINGs/findfile.c:50
#, c-format