]> www.fi.muni.cz Git - evince.git/commitdiff
Use always "Document Viewer" in about dialog.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 3 Dec 2006 16:02:34 +0000 (16:02 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 3 Dec 2006 16:02:34 +0000 (16:02 +0000)
2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/ev-window.c: (build_comments_string):
Use always "Document Viewer" in about dialog.

ChangeLog
shell/ev-window.c

index 91ebf6592079650e2a133232c4057f74d8b24130..98f88652810546fcd832253bab4b311cb7fb88f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (build_comments_string):
+
+       Use always "Document Viewer" in about dialog. 
+
 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * djvu/djvu-document.c: (djvu_document_get_page_size):
index 98d888f41d940726b3724ee64f45fb50d98bc64c..03927ae6181e11ce8a6e8338d4d2793b22d5dfe8 100644 (file)
@@ -3109,7 +3109,7 @@ build_comments_string (void)
                        break;
        }
 
-       return g_strdup_printf (_("PostScript and PDF File Viewer.\n"
+       return g_strdup_printf (_("Document Viewer.\n"
                                  "Using poppler %s (%s)"),
                                version, backend_name);
 #else