mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +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:
committed by
Carlos R. Mafra
parent
6082f2d243
commit
35bcfa6a02
4
po/hu.po
4
po/hu.po
@@ -487,8 +487,8 @@ msgid "error rendering image: %s"
|
||||
msgstr "hiba a %s kép leképezésekor"
|
||||
|
||||
#: ../src/icon.c:229 ../src/wdefaults.c:427
|
||||
msgid "error loading image file \"%s\""
|
||||
msgstr "hiba a \"%s\" kép betöltése közben"
|
||||
msgid "error loading image file \"%s\": %s"
|
||||
msgstr "hiba a \"%s\" kép betöltése közben: %s"
|
||||
|
||||
#: ../src/icon.c:477 ../src/icon.c:486
|
||||
msgid "could not create directory %s"
|
||||
|
||||
Reference in New Issue
Block a user