From 9bab1671c663081aedc3ca2e9ecd356b3028d61b Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 1 Dec 2011 01:13:53 +0530 Subject: [PATCH] file-pdf-save: Fix punctuation --- plug-ins/common/file-pdf-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c index 9e5eaceadd..7814536529 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)));