From 592bc46cb8c4d56dd04c39ac87d287a0abcf6fa6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 3 Dec 2006 16:02:34 +0000 Subject: [PATCH] Use always "Document Viewer" in about dialog. 2006-12-03 Carlos Garcia Campos * shell/ev-window.c: (build_comments_string): Use always "Document Viewer" in about dialog. --- ChangeLog | 6 ++++++ shell/ev-window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91ebf659..98f88652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-03 Carlos Garcia Campos + + * shell/ev-window.c: (build_comments_string): + + Use always "Document Viewer" in about dialog. + 2006-12-03 Carlos Garcia Campos * djvu/djvu-document.c: (djvu_document_get_page_size): diff --git a/shell/ev-window.c b/shell/ev-window.c index 98d888f4..03927ae6 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 -- 2.47.1