Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-12-03 16:02:34 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-03 16:02:34 (GMT)
commit592bc46cb8c4d56dd04c39ac87d287a0abcf6fa6 (patch)
tree8a7750248bd2805e7b292b06a2f9f188115f1e76
parente29ab5b5074c83ae31e25bb8ff2f1580a4a1acea (diff)
Use always "Document Viewer" in about dialog.
2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (build_comments_string): Use always "Document Viewer" in about dialog.
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91ebf65..98f8865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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):
Display a warning message when get_pageinfo fails.
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 98d888f..03927ae 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -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