From 11563829d0bc06e582ae50c6c9fd121eedebea76 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Thu, 31 Jan 2008 15:45:22 +0000 Subject: a bunch of small changes to provide a user readable explanation of filters (bzr r4624) --- src/extension/internal/pdfinput/pdf-input.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/extension/internal/pdfinput/pdf-input.cpp') diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp index da16b1e80..5ee995390 100644 --- a/src/extension/internal/pdfinput/pdf-input.cpp +++ b/src/extension/internal/pdfinput/pdf-input.cpp @@ -730,7 +730,7 @@ PdfInput::init(void) { "\n" ".pdf\n" "application/pdf\n" - "" N_("Adobe PDF (*.pdf) [via poppler]") "\n" + "" N_("Adobe PDF (*.pdf)") "\n" "" N_("Adobe Portable Document Format") "\n" "\n" "", new PdfInput()); @@ -743,8 +743,8 @@ PdfInput::init(void) { "\n" ".ai\n" "image/x-adobe-illustrator\n" - "" N_("Adobe Illustrator (*.ai) [PDF-based]") "\n" - "" N_("Open files saved with recent versions of Adobe Illustrator") "\n" + "" N_("Adobe Illustrator 9.0 and above (*.ai)") "\n" + "" N_("Open files saved in Adobe Illustrator 9.0 and newer versions") "\n" "\n" "", new PdfInput()); } // init -- cgit v1.2.3