From ead56ef4ff3dfd23bf3692456f9ea4769e182f20 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sun, 16 Jan 2005 17:04:31 +0000 Subject: [PATCH] CVS_SILENT i18n style guide fixes svn path=/trunk/kdegraphics/kdvi/; revision=379147 --- dviwin_export.cpp | 2 +- fontpool.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dviwin_export.cpp b/dviwin_export.cpp index ffa1bef1c..5fbcb4b87 100644 --- a/dviwin_export.cpp +++ b/dviwin_export.cpp @@ -181,7 +181,7 @@ void dviRenderer::exportPS(QString fname, QString options, KPrinter *printer) "a PDF viewer.

" "

The author of KDVI apologizes for the inconvenience. If enough users complain, the missing functionality might later " "be added.

") , - i18n("Functionality unavailable")); + i18n("Functionality Unavailable")); return; } diff --git a/fontpool.cpp b/fontpool.cpp index 5c5363d20..975b7a569 100644 --- a/fontpool.cpp +++ b/fontpool.cpp @@ -307,7 +307,7 @@ void fontPool::locateFonts(void) "which are necessary to display the current DVI file. " "Your document might be unreadable.

"), details, - i18n("Not all font files found - KDVI") ); + i18n("Not All Font Files Found") ); } }