[gimp] file-png: Mark string for translation



commit e410fe09e78451574c06f562902ccd3e92990216
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Dec 6 20:47:37 2011 +0530

    file-png: Mark string for translation

 plug-ins/common/file-png.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c
index 46f161d..157ff7a 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -875,7 +875,7 @@ load_image (const gchar  *filename,
   if (image == -1)
     {
       g_set_error (error, 0, 0,
-                   "Could not create new image for '%s': %s",
+                   _("Could not create new image for '%s': %s"),
                    gimp_filename_to_utf8 (filename), gimp_get_pdb_error ());
       return -1;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]