[gimp/metadata-browser] file-pdf-save: Mark string for translation
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-pdf-save: Mark string for translation
- Date: Wed, 12 Sep 2012 22:17:47 +0000 (UTC)
commit 339a2b7e1631b1f24a4c267c65ad4770bcc6e018
Author: Mukund Sivaraman <muks banu com>
Date: Thu Dec 1 01:13:11 2011 +0530
file-pdf-save: Mark string for translation
plug-ins/common/file-pdf-save.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 4a0836c..9e5eace 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -392,9 +392,9 @@ run (const gchar *name,
if (cairo_surface_status (pdf_file) != CAIRO_STATUS_SUCCESS)
{
char *str = g_strdup_printf
- ("An error occured while creating the PDF file!\n"
- "%s\n"
- "Make sure you entered a valid filename and that the selected location isn't read only!",
+ (_("An error occured while creating the PDF file!\n"
+ "%s\n"
+ "Make sure you entered a valid filename and that the selected location isn't read only!"),
cairo_status_to_string (cairo_surface_status (pdf_file)));
gimp_message (str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]