[gimp/metadata-browser] file-pdf-load: Mark string for translation



commit 32328a5186d541eead6493801e046adfaf4bed66
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Dec 6 21:04:06 2011 +0530

    file-pdf-load: Mark string for translation

 plug-ins/common/file-pdf-load.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-load.c b/plug-ins/common/file-pdf-load.c
index bada953..f405438 100644
--- a/plug-ins/common/file-pdf-load.c
+++ b/plug-ins/common/file-pdf-load.c
@@ -541,7 +541,7 @@ open_document (const gchar  *filename,
   if (! mapped_file)
     {
       g_set_error (load_error, 0, 0,
-                   "Could not load '%s' %s",
+                   _("Could not load '%s': %s"),
                    gimp_filename_to_utf8 (filename), error->message);
       g_error_free (error);
       return NULL;



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