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.
---
 WPrefs.app/Configurations.c |    2 +-
 WPrefs.app/Workspace.c      |    2 +-
 WPrefs.app/po/bg.po         |    4 ++--
 WPrefs.app/po/ca.po         |    4 ++--
 WPrefs.app/po/cs.po         |    4 ++--
 WPrefs.app/po/de.po         |    2 +-
 WPrefs.app/po/es.po         |    4 ++--
 WPrefs.app/po/fi.po         |    4 ++--
 WPrefs.app/po/fr.po         |    4 ++--
 WPrefs.app/po/hr.po         |    4 ++--
 WPrefs.app/po/hu.po         |    4 ++--
 WPrefs.app/po/it.po         |    4 ++--
 WPrefs.app/po/ja.po         |    2 +-
 WPrefs.app/po/ko.po         |    4 ++--
 WPrefs.app/po/pt.po         |    4 ++--
 WPrefs.app/po/ru.po         |    4 ++--
 WPrefs.app/po/sk.po         |    4 ++--
 WPrefs.app/po/zh_CN.po      |    4 ++--
 WPrefs.app/po/zh_TW.po      |    4 ++--
 po/be.po                    |    4 ++--
 po/bg.po                    |    4 ++--
 po/bs.po                    |    4 ++--
 po/ca.po                    |    4 ++--
 po/cs.po                    |    4 ++--
 po/da.po                    |    4 ++--
 po/de.po                    |    4 ++--
 po/el.po                    |    4 ++--
 po/es.po                    |    4 ++--
 po/et.po                    |    4 ++--
 po/fi.po                    |    4 ++--
 po/fr.po                    |    4 ++--
 po/gl.po                    |    4 ++--
 po/hr.po                    |    4 ++--
 po/hu.po                    |    4 ++--
 po/hy.po                    |    2 +-
 po/it.po                    |    4 ++--
 po/ja.po                    |    4 ++--
 po/ko.po                    |    4 ++--
 po/ms.po                    |    4 ++--
 po/pl.po                    |    4 ++--
 po/pt.po                    |    4 ++--
 po/ru.po                    |    4 ++--
 po/sk.po                    |    4 ++--
 po/zh_CN.po                 |    4 ++--
 po/zh_TW.po                 |    4 ++--
 src/icon.c                  |    2 +-
 src/wdefaults.c             |    2 +-
 47 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/WPrefs.app/Configurations.c b/WPrefs.app/Configurations.c
index 6f4fdf4..42ffd64 100644
--- a/WPrefs.app/Configurations.c
+++ b/WPrefs.app/Configurations.c
@@ -135,7 +135,7 @@ createImages(WMScreen *scr, RContext *rc, RImage *xis, char 
*file,
        if (xis) {
                RCombineImagesWithOpaqueness(icon, xis, 180);
                if (!(*icon2 = WMCreatePixmapFromRImage(scr, icon, 127)))
-                       wwarning(_("could not process icon %s:"), file, 
RMessageForError(RErrorCode));
+                       wwarning(_("could not process icon %s: %s"), file, 
RMessageForError(RErrorCode));
        }
        RReleaseImage(icon);
        wfree(path);
diff --git a/WPrefs.app/Workspace.c b/WPrefs.app/Workspace.c
index e4fcf74..c9569e9 100644
--- a/WPrefs.app/Workspace.c
+++ b/WPrefs.app/Workspace.c
@@ -99,7 +99,7 @@ createImages(WMScreen * scr, RContext * rc, RImage * xis, 
char *file, WMPixmap *
        if (xis) {
                RCombineImagesWithOpaqueness(icon, xis, 180);
                if (!(*icon2 = WMCreatePixmapFromRImage(scr, icon, 127))) {
-                       wwarning(_("could not process icon %s:"), file, 
RMessageForError(RErrorCode));
+                       wwarning(_("could not process icon %s: %s"), file, 
RMessageForError(RErrorCode));
                        *icon2 = NULL;
                }
        }
diff --git a/WPrefs.app/po/bg.po b/WPrefs.app/po/bg.po
index d2a7da9..17c0e91 100644
--- a/WPrefs.app/po/bg.po
+++ b/WPrefs.app/po/bg.po
@@ -300,8 +300,8 @@ msgstr "не може да се зареди 
иконката %s"
 # ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "не може да се обработи иконката %s:"
+msgid "could not process icon %s: %s"
+msgstr "не може да се обработи иконката %s: %s"
 
 # ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
diff --git a/WPrefs.app/po/ca.po b/WPrefs.app/po/ca.po
index 98955f5..b6782d2 100644
--- a/WPrefs.app/po/ca.po
+++ b/WPrefs.app/po/ca.po
@@ -241,8 +241,8 @@ msgstr "no s'ha pogut carregar el fitxer d'icona %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "no s'ha pogut processar l'icona %s:"
+msgid "could not process icon %s: %s"
+msgstr "no s'ha pogut processar l'icona %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/cs.po b/WPrefs.app/po/cs.po
index 5259164..2e5d75b 100644
--- a/WPrefs.app/po/cs.po
+++ b/WPrefs.app/po/cs.po
@@ -234,8 +234,8 @@ msgstr "nelze načíst ikonu %s"
 
 #: ../Configurations.c:164 ../Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "nelze zpracovat ikonu %s:"
+msgid "could not process icon %s: %s"
+msgstr "nelze zpracovat ikonu %s: %s"
 
 #: ../Configurations.c:189 ../Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/de.po b/WPrefs.app/po/de.po
index 9013518..07ad9b7 100644
--- a/WPrefs.app/po/de.po
+++ b/WPrefs.app/po/de.po
@@ -244,7 +244,7 @@ msgstr "Symboldatei %s konnte nicht geöffnet werden"
 
 #: ../../WPrefs.app/Configurations.c:138 ../../WPrefs.app/Workspace.c:102
 #, c-format
-msgid "could not process icon %s:"
+msgid "could not process icon %s: %s"
 msgstr "Symboldatei %s konnte nicht verarbeitet werden"
 
 #: ../../WPrefs.app/Configurations.c:160 ../../WPrefs.app/Workspace.c:151
diff --git a/WPrefs.app/po/es.po b/WPrefs.app/po/es.po
index 734370a..3f80fc9 100644
--- a/WPrefs.app/po/es.po
+++ b/WPrefs.app/po/es.po
@@ -231,8 +231,8 @@ msgstr "no puedo cargar el icono %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "no puedo procesar el icono %s:"
+msgid "could not process icon %s: %s"
+msgstr "no puedo procesar el icono %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/fi.po b/WPrefs.app/po/fi.po
index 960370c..cf11194 100644
--- a/WPrefs.app/po/fi.po
+++ b/WPrefs.app/po/fi.po
@@ -445,8 +445,8 @@ msgstr "kuvakkeen %s lataus ei onnistunut"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "ei voitu käsitellä kuvaketta %s:"
+msgid "could not process icon %s: %s"
+msgstr "ei voitu käsitellä kuvaketta %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/fr.po b/WPrefs.app/po/fr.po
index 0b5cb2e..5478166 100644
--- a/WPrefs.app/po/fr.po
+++ b/WPrefs.app/po/fr.po
@@ -236,8 +236,8 @@ msgstr "Le chargement de l'icône %s a échoué."
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "Le traitement de l'icône %s a échoué : "
+msgid "could not process icon %s: %s"
+msgstr "Le traitement de l'icône %s a échoué : %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/hr.po b/WPrefs.app/po/hr.po
index a687660..fa193c9 100644
--- a/WPrefs.app/po/hr.po
+++ b/WPrefs.app/po/hr.po
@@ -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"
diff --git a/WPrefs.app/po/hu.po b/WPrefs.app/po/hu.po
index be44d9e..3887aa3 100644
--- a/WPrefs.app/po/hu.po
+++ b/WPrefs.app/po/hu.po
@@ -387,8 +387,8 @@ msgid "could not load icon %s"
 msgstr "a %s ikont nem tudom betölteni"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:87
-msgid "could not process icon %s:"
-msgstr "a %s ikont nem tudom feldolgozni:"
+msgid "could not process icon %s: %s"
+msgstr "a %s ikont nem tudom feldolgozni: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:126
 msgid "could not load image file %s"
diff --git a/WPrefs.app/po/it.po b/WPrefs.app/po/it.po
index 1345212..1bcf2a7 100644
--- a/WPrefs.app/po/it.po
+++ b/WPrefs.app/po/it.po
@@ -447,8 +447,8 @@ msgstr "Impossibile caricare l'icona %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "Impossibile elaborare l'icona %s:"
+msgid "could not process icon %s: %s"
+msgstr "Impossibile elaborare l'icona %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/ja.po b/WPrefs.app/po/ja.po
index 14a5af4..4e0fe7a 100644
--- a/WPrefs.app/po/ja.po
+++ b/WPrefs.app/po/ja.po
@@ -237,7 +237,7 @@ msgstr "アイコン %s がロードできません"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
+msgid "could not process icon %s: %s"
 msgstr "アイコン %s を処理できません"
 
 #: ../../WPrefs.app/Configurations.c:188 ../../WPrefs.app/Workspace.c:164
diff --git a/WPrefs.app/po/ko.po b/WPrefs.app/po/ko.po
index d1ea0c2..b5a5244 100644
--- a/WPrefs.app/po/ko.po
+++ b/WPrefs.app/po/ko.po
@@ -437,8 +437,8 @@ msgstr "아이콘 %s를 읽어들일 수 없음"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "아이콘 %s를 처리할 수 없음:"
+msgid "could not process icon %s: %s"
+msgstr "아이콘 %s를 처리할 수 없음: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/pt.po b/WPrefs.app/po/pt.po
index 2232c96..1593228 100644
--- a/WPrefs.app/po/pt.po
+++ b/WPrefs.app/po/pt.po
@@ -448,8 +448,8 @@ msgstr "ícone %s não pôde ser carregado"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "ícone %s não pôde ser processado:"
+msgid "could not process icon %s: %s"
+msgstr "ícone %s não pôde ser processado: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/ru.po b/WPrefs.app/po/ru.po
index cd2945c..1cf1fba 100644
--- a/WPrefs.app/po/ru.po
+++ b/WPrefs.app/po/ru.po
@@ -237,8 +237,8 @@ msgstr "не могу загрузить иконку %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "не могу обработать иконку %s:"
+msgid "could not process icon %s: %s"
+msgstr "не могу обработать иконку %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/sk.po b/WPrefs.app/po/sk.po
index 6b8d8a9..49a9e62 100644
--- a/WPrefs.app/po/sk.po
+++ b/WPrefs.app/po/sk.po
@@ -242,8 +242,8 @@ msgstr "nemožno načítať ikonu %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "nemožno spracovať ikonu %s"
+msgid "could not process icon %s: %s"
+msgstr "nemožno spracovať ikonu %s %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/WPrefs.app/po/zh_CN.po b/WPrefs.app/po/zh_CN.po
index 01104fa..08ba2a6 100644
--- a/WPrefs.app/po/zh_CN.po
+++ b/WPrefs.app/po/zh_CN.po
@@ -433,8 +433,8 @@ msgstr "不能载入图标 %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:87
 #, c-format
-msgid "could not process icon %s:"
-msgstr "不能处理图标 %s:"
+msgid "could not process icon %s: %s"
+msgstr "不能处理图标 %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:126
 #, c-format
diff --git a/WPrefs.app/po/zh_TW.po b/WPrefs.app/po/zh_TW.po
index 9e6e26c..e1b7fee 100644
--- a/WPrefs.app/po/zh_TW.po
+++ b/WPrefs.app/po/zh_TW.po
@@ -230,8 +230,8 @@ msgstr "無法載入圖示 %s"
 
 #: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
 #, c-format
-msgid "could not process icon %s:"
-msgstr "無法處理圖示 %s:"
+msgid "could not process icon %s: %s"
+msgstr "無法處理圖示 %s: %s"
 
 #: ../../WPrefs.app/Configurations.c:188 ../../WPrefs.app/Workspace.c:164
 #, c-format
diff --git a/po/be.po b/po/be.po
index 89e3542..eab3473 100644
--- a/po/be.po
+++ b/po/be.po
@@ -777,8 +777,8 @@ msgstr "не хапіла памяці падчас 
абноўлення пад
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "памылка загрузкі файла выявы \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "памылка загрузкі файла выявы \"%s\": %s"
 
 #: ../src/icon.c:493 ../src/icon.c:502
 #, c-format
diff --git a/po/bg.po b/po/bg.po
index 5e83ce4..43e47c4 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -979,8 +979,8 @@ msgstr "изчерпана памет при 
актуализиране на GNO
 # ../src/icon.c:229 ../src/wdefaults.c:435
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, 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
diff --git a/po/bs.po b/po/bs.po
index ab4da5b..d8a386c 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -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"
diff --git a/po/ca.po b/po/ca.po
index 2fd1380..33f646a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -804,8 +804,8 @@ msgstr "memòria esgotada quan s'actualitzaven les pistes 
de GNOME"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "error en carregar el fitxer d'imatge \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "error en carregar el fitxer d'imatge \"%s\": %s"
 
 #: ../src/icon.c:493 ../src/icon.c:502
 #, c-format
diff --git a/po/cs.po b/po/cs.po
index 3ed0825..824c632 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -783,8 +783,8 @@ msgstr "nedostatek paměti při obnovování pokynů pro 
GNOME"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:438
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "ze souboru \"%s\" nelze načíst obrázek"
+msgid "error loading image file \"%s\": %s"
+msgstr "ze souboru \"%s\" nelze načíst obrázek: %s"
 
 #: ../src/icon.c:491 ../src/icon.c:500
 #, c-format
diff --git a/po/da.po b/po/da.po
index e15a0d4..3f5fea7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -908,8 +908,8 @@ msgstr "løb tør for hukommelse da GNOME hints blev 
opdateret"
 # ../src/icon.c:229 ../src/wdefaults.c:430
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "fejl ved åbning af billedfil \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "fejl ved åbning af billedfil \"%s\": %s"
 
 # ../src/icon.c:477 ../src/icon.c:486
 #: ../src/icon.c:491 ../src/icon.c:500
diff --git a/po/de.po b/po/de.po
index 1b7f44c..f74aa1d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -775,8 +775,8 @@ msgstr "Fehler beim Anzeigen des Bildes: %s"
 
 #: ../src/icon.c:219 ../src/wdefaults.c:423
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "Fehler beim Laden der Bilddatei \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "Fehler beim Laden der Bilddatei \"%s\": %s"
 
 #: ../src/icon.c:458 ../src/icon.c:467
 #, c-format
diff --git a/po/el.po b/po/el.po
index 73262d1..5b599a1 100644
--- a/po/el.po
+++ b/po/el.po
@@ -586,8 +586,8 @@ msgstr ""
 
 #: ../src/icon.c:229 ../src/wdefaults.c:427
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "σφάλμα στην φόρτωση της εικόνας στο 
αρχείο \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "σφάλμα στην φόρτωση της εικόνας στο 
αρχείο \"%s\": %s"
 
 #: ../src/icon.c:477 ../src/icon.c:486
 #, c-format
diff --git a/po/es.po b/po/es.po
index 44d0869..452a138 100644
--- a/po/es.po
+++ b/po/es.po
@@ -782,8 +782,8 @@ msgstr ""
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "error al cargar el fichero de imagen \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "error al cargar el fichero de imagen \"%s\": %s"
 
 #: ../src/icon.c:493 ../src/icon.c:502
 #, c-format
diff --git a/po/et.po b/po/et.po
index 9480e52..015c6e4 100644
--- a/po/et.po
+++ b/po/et.po
@@ -833,8 +833,8 @@ msgstr "viga pildi renderdamisel: %s"
 
 #: ../src/icon.c:239 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "viga pildifaili \"%s\" laadimisel"
+msgid "error loading image file \"%s\": %s"
+msgstr "viga pildifaili \"%s\" laadimisel: %s"
 
 #: ../src/icon.c:503 ../src/icon.c:512
 #, c-format
diff --git a/po/fi.po b/po/fi.po
index 81f5157..a304856 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -759,8 +759,8 @@ msgstr "virhe piirrettäessä kuvaa: %s"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:440
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "virhe ladattaessa kuvaa \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "virhe ladattaessa kuvaa \"%s\": %s"
 
 #: ../src/icon.c:491 ../src/icon.c:500
 #, c-format
diff --git a/po/fr.po b/po/fr.po
index fa8e2c1..dfbbd3e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -791,8 +791,8 @@ msgstr ""
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "Erreur au chargement de l'image « %s »."
+msgid "error loading image file \"%s\": %s"
+msgstr "Erreur au chargement de l'image « %s ».: %s"
 
 #: ../src/icon.c:493 ../src/icon.c:502
 #, c-format
diff --git a/po/gl.po b/po/gl.po
index a8828d2..67cad7b 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -627,8 +627,8 @@ msgstr "erro renderizando a imaxe: %s"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:435
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "erro cargando o ficheiro de imaxe \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "erro cargando o ficheiro de imaxe \"%s\": %s"
 
 #: ../src/icon.c:488 ../src/icon.c:497
 #, c-format
diff --git a/po/hr.po b/po/hr.po
index b298714..2372acf 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -404,8 +404,8 @@ msgid "error rendering image:%s"
 msgstr "greška pri rednderiranju 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"
diff --git a/po/hu.po b/po/hu.po
index 75d66a3..441f356 100644
--- a/po/hu.po
+++ b/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"
diff --git a/po/hy.po b/po/hy.po
index 2038388..4800a04 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -901,7 +901,7 @@ msgstr ""
 #: ../src/icon.c:239
 #: ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
+msgid "error loading image file \"%s\": %s"
 msgstr ""
 
 #: ../src/icon.c:503
diff --git a/po/it.po b/po/it.po
index 2b25ce6..d8b553a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -825,8 +825,8 @@ msgstr "errore nella generazione dell'immagine: %s"
 
 #: ../src/icon.c:239 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "errore nel caricamento del file \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "errore nel caricamento del file \"%s\": %s"
 
 #: ../src/icon.c:503 ../src/icon.c:512
 #, c-format
diff --git a/po/ja.po b/po/ja.po
index dce71ef..f14863c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -813,8 +813,8 @@ msgstr "画像のレンダリングエラー: %s"
 
 #: ../src/icon.c:239 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "画像ファイル\"%s\"のロードエラー"
+msgid "error loading image file \"%s\": %s"
+msgstr "画像ファイル\"%s\"のロードエラー: %s"
 
 #: ../src/icon.c:503 ../src/icon.c:512
 #, c-format
diff --git a/po/ko.po b/po/ko.po
index 0f4de66..5214756 100644
--- a/po/ko.po
+++ b/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
diff --git a/po/ms.po b/po/ms.po
index 29fbf63..6a0bce5 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -758,8 +758,8 @@ msgstr "tak cukup memori bila mengemaskini petua GNOME"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "ralat memuatkan fail imej \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "ralat memuatkan fail imej \"%s\": %s"
 
 #: ../src/icon.c:491 ../src/icon.c:500
 #, c-format
diff --git a/po/pl.po b/po/pl.po
index a97b0fd..adfd1cb 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -441,8 +441,8 @@ msgstr "błąd podczas pokazywania obrazka:%s"
 
 #: ../src/icon.c:182 ../src/wdefaults.c:411
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "błąd podczas ładowania pliku z obrazkiem \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "błąd podczas ładowania pliku z obrazkiem \"%s\": %s"
 
 #: ../src/icon.c:430 ../src/icon.c:439
 #, c-format
diff --git a/po/pt.po b/po/pt.po
index 07f0fd3..7be4458 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -620,8 +620,8 @@ msgstr "erro na apresentação de imagem:%s"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:435
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "erro ao carregar arquivo de imagens \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "erro ao carregar arquivo de imagens \"%s\": %s"
 
 #: ../src/icon.c:488 ../src/icon.c:497
 #, c-format
diff --git a/po/ru.po b/po/ru.po
index 84fc356..eee8383 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -797,8 +797,8 @@ msgstr "исчерпана память при 
обновлении \"намек
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "ошибка загрузки файла картинки \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "ошибка загрузки файла картинки \"%s\": %s"
 
 #
 #: ../src/icon.c:493 ../src/icon.c:502
diff --git a/po/sk.po b/po/sk.po
index f57065c..b86fc8b 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -811,8 +811,8 @@ msgstr "nedostatok pamäti pri obnovovaní príznakov GNOME"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "chyba pri čítaní obrázku zo súboru \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "chyba pri čítaní obrázku zo súboru \"%s\": %s"
 
 #: ../src/icon.c:493 ../src/icon.c:502
 #, c-format
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 29e7317..9743664 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -574,8 +574,8 @@ msgstr "显示图像时出错: %s"
 
 #: ../src/icon.c:229 ../src/wdefaults.c:427
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "载入图像文件\"%s\"时出错"
+msgid "error loading image file \"%s\": %s"
+msgstr "载入图像文件\"%s\"时出错: %s"
 
 #: ../src/icon.c:477 ../src/icon.c:486
 #, c-format
diff --git a/po/zh_TW.po b/po/zh_TW.po
index d0eda67..4189359 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -805,8 +805,8 @@ msgstr "表現影像錯誤: %s"
 
 #: ../src/icon.c:239 ../src/wdefaults.c:443
 #, c-format
-msgid "error loading image file \"%s\""
-msgstr "載入影像檔錯誤 \"%s\""
+msgid "error loading image file \"%s\": %s"
+msgstr "載入影像檔錯誤 \"%s\": %s"
 
 #: ../src/icon.c:503 ../src/icon.c:512
 #, c-format
diff --git a/src/icon.c b/src/icon.c
index 40ad022..c781542 100644
--- a/src/icon.c
+++ b/src/icon.c
@@ -216,7 +216,7 @@ WIcon *wIconCreateWithIconFile(WScreen * scr, char 
*iconfile, int tile)
        if (iconfile) {
                icon->image = RLoadImage(scr->rcontext, iconfile, 0);
                if (!icon->image) {
-                       wwarning(_("error loading image file \"%s\""), 
iconfile, RMessageForError(RErrorCode));
+                       wwarning(_("error loading image file \"%s\": %s"), 
iconfile, RMessageForError(RErrorCode));
                }
 
                icon->image = wIconValidateIconSize(scr, icon->image);
diff --git a/src/wdefaults.c b/src/wdefaults.c
index 5fec333..c7e7126 100644
--- a/src/wdefaults.c
+++ b/src/wdefaults.c
@@ -420,7 +420,7 @@ RImage *wDefaultGetImage(WScreen * scr, char *winstance, 
char *wclass)
 
        image = RLoadImage(scr->rcontext, path, 0);
        if (!image) {
-               wwarning(_("error loading image file \"%s\""), path, 
RMessageForError(RErrorCode));
+               wwarning(_("error loading image file \"%s\": %s"), path, 
RMessageForError(RErrorCode));
        }
        wfree(path);
 
-- 
1.7.0.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to