[gimp] file-pdf-load: Mark string for translation
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-pdf-load: Mark string for translation
- Date: Tue, 6 Dec 2011 15:36:20 +0000 (UTC)
commit b90de98c11e8960e9b6936f5f483ca8955106a87
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]