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>
+
+       * 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):
 
                        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