Fix warning to refer to to-pixdata, not xmllint

This commit is contained in:
Alexander Larsson 2012-02-03 15:11:23 +01:00
parent ac800fa8fe
commit 3b8ba958f5

View File

@ -347,7 +347,7 @@ end_element (GMarkupParseContext *context,
if (!WIFEXITED (status) || WEXITSTATUS (status) != 0)
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
_("Error processing input file with xmllint"));
_("Error processing input file with to-pixdata"));
goto cleanup;
}
#endif