X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fps%2Fps-document.c;h=0931fb91d37f63414879eddeb732500419c46f68;hb=61b14b7612531f6e67cc9783a104f7e7f761295d;hp=0e79ec571a8e9301705396bea690e881ad7e7904;hpb=1d6150237848b4c1fede94ce23baa4fd8870fd93;p=evince.git diff --git a/backend/ps/ps-document.c b/backend/ps/ps-document.c index 0e79ec57..0931fb91 100644 --- a/backend/ps/ps-document.c +++ b/backend/ps/ps-document.c @@ -169,7 +169,7 @@ document_load (PSDocument *ps_document, const gchar *fname, GError **error) g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOENT, - _("Cannot open file “%s”.\n"), /* FIXME: remove \n after freeze */ + _("Cannot open file “%s”."), filename_dsp); g_free (filename_dsp); @@ -183,7 +183,7 @@ document_load (PSDocument *ps_document, const gchar *fname, GError **error) g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOENT, - _("Cannot open file “%s”.\n"), /* FIXME: remove \n after freeze */ + _("Cannot open file “%s”."), filename_dsp); g_free (filename_dsp);