From: Carlos Garcia Campos Date: Sun, 3 Dec 2006 16:02:34 +0000 (+0000) Subject: Use always "Document Viewer" in about dialog. X-Git-Tag: EVINCE_0_7_0~41 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=592bc46cb8c4d56dd04c39ac87d287a0abcf6fa6;p=evince.git 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. --- 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