plug-ins: use g_message, not gimp_message in file-pdf-load

Also, remove the newline and s/pdf/PDF/.
This commit is contained in:
Michael Natterer 2011-12-07 19:09:31 +01:00
parent b4ae9ff73a
commit e16de744a5

View file

@ -1103,7 +1103,7 @@ load_dialog (PopplerDocument *doc,
if (n_pages <= 0)
{
gimp_message (_("Error getting number of pages from the given pdf file\n"));
g_message (_("Error getting number of pages from the given PDF file."));
return GIMP_PDB_EXECUTION_ERROR;
}