From ee98ac29d9d61e1fc242be810e3de6463bbfd275 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 11 Jan 2013 21:09:39 +0200 Subject: [PATCH] Fix typo found by Giovanni Sora --- generators/dvi/dviexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/dvi/dviexport.cpp b/generators/dvi/dviexport.cpp index 46a1985cc..e1e842bc4 100644 --- a/generators/dvi/dviexport.cpp +++ b/generators/dvi/dviexport.cpp @@ -309,7 +309,7 @@ DVIExportToPS::DVIExportToPS(dviRenderer& parent, if (dvi.numberOfExternalNONPSFiles != 0) { KMessageBox::sorry(parent_widget, i18n("

This DVI file refers to external graphic files which are not in PostScript format, and cannot be handled by the " - "dvips program that Okular uses interally to print or to export to PostScript. The functionality that " + "dvips program that Okular uses internally to print or to export to PostScript. The functionality that " "you require is therefore unavailable in this version of Okular.

" "

As a workaround, you can use the File/Export As-Menu to save this file in PDF format, and then use " "a PDF viewer.

"