1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-22 01:45:46 +01:00

Fix internationalized format string warnings

A few internationalized format strings have only one %s in the default
while two strings are being passed. Change those defaults to have two
%s's, which means we also have to update the .po files to match. May as
well throw in the extra %s in the translated version while we're at it.
This commit is contained in:
Brad Jorsch
2010-04-08 14:43:50 -04:00
committed by Carlos R. Mafra
parent 6082f2d243
commit 35bcfa6a02
47 changed files with 111 additions and 111 deletions

View File

@@ -405,8 +405,8 @@ msgid "error rendering image:%s"
msgstr "greška pri predstavljanju slike: %s"
#: ../src/icon.c:182 ../src/wdefaults.c:402
msgid "error loading image file \"%s\""
msgstr "greška pri učitavanju image datoteke \"%s\""
msgid "error loading image file \"%s\": %s"
msgstr "greška pri učitavanju image datoteke \"%s\": %s"
#: ../src/icon.c:428 ../src/icon.c:437
msgid "could not create directory %s"