[gimp] file-pdf-save: Fix punctuation
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-pdf-save: Fix punctuation
- Date: Wed, 30 Nov 2011 19:44:02 +0000 (UTC)
commit 9bab1671c663081aedc3ca2e9ecd356b3028d61b
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]