[gimp/metadata-browser] file-pdf-save: Fix punctuation



commit d4f5cdefb89124d358036465b71c7c8f85fe4001
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Dec 1 01:13:53 2011 +0530

    file-pdf-save: Fix punctuation

 plug-ins/common/file-pdf-save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 9e5eace..7814536 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -392,7 +392,7 @@ 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"
+        (_("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)));



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