file-pdf-save: Fix punctuation
This commit is contained in:
@ -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)));
|
||||
|
Reference in New Issue
Block a user