]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ps/ps-document.c
2007-07-03 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
[evince.git] / backend / ps / ps-document.c
index 0e79ec571a8e9301705396bea690e881ad7e7904..0931fb91d37f63414879eddeb732500419c46f68 100644 (file)
@@ -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);