mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 07:14:18 +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/ko.po
4
po/ko.po
@@ -572,8 +572,8 @@ msgstr "이미지 렌더링 오류: %s"
|
||||
|
||||
#: ../src/icon.c:229 ../src/wdefaults.c:435
|
||||
#, c-format
|
||||
msgid "error loading image file \"%s\""
|
||||
msgstr "이미지 파일 \"%s\"를 읽는 중 오류"
|
||||
msgid "error loading image file \"%s\": %s"
|
||||
msgstr "이미지 파일 \"%s\"를 읽는 중 오류: %s"
|
||||
|
||||
#: ../src/icon.c:488 ../src/icon.c:497
|
||||
#, c-format
|
||||
|
||||
Reference in New Issue
Block a user