file-pdf-save: Fix punctuation

This commit is contained in:
Mukund Sivaraman
2011-12-01 01:13:53 +05:30
parent 0eccda70c0
commit 9bab1671c6

View File

@ -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)));