mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-13 13:15:45 +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
@@ -18,8 +18,8 @@ msgid "could not load icon %s"
|
||||
msgstr "ne mogu učitati ikonu %s"
|
||||
|
||||
#: ../../WPrefs/Configurations.c:156 ../../WPrefs/Workspace.c:85
|
||||
msgid "could not process icon %s:"
|
||||
msgstr "ne mogu procesirati ikonu %s"
|
||||
msgid "could not process icon %s: %s"
|
||||
msgstr "ne mogu procesirati ikonu %s: %s"
|
||||
|
||||
#: ../../WPrefs/Configurations.c:181 ../../WPrefs/Workspace.c:124
|
||||
msgid "could not load image file %s"
|
||||
|
||||
Reference in New Issue
Block a user