file-pdf-save: Mark string for translation

This commit is contained in:
Mukund Sivaraman
2011-12-01 01:13:11 +05:30
parent 3a63a82789
commit 0eccda70c0

View File

@ -392,9 +392,9 @@ 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"
"%s\n"
"Make sure you entered a valid filename and that the selected location isn't read only!",
(_("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)));
gimp_message (str);