Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
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 /shell/ev-window.c
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.
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
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