From 65f48313654f897da705b19ed67e7c8ff495d005 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 15 Jul 2007 18:48:31 +0000 Subject: [PATCH] correct markup 2, the revenge svn path=/trunk/KDE/kdegraphics/okular/; revision=688312 --- core/chooseenginedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chooseenginedialog.cpp b/core/chooseenginedialog.cpp index 29e838c63..2e57dbcfb 100644 --- a/core/chooseenginedialog.cpp +++ b/core/chooseenginedialog.cpp @@ -31,7 +31,7 @@ ChooseEngineDialog::ChooseEngineDialog( const QStringList &generators, const KMi m_widget->description->setText( i18n( "More than one backend found for the MIME type:
" - "%1 (%2).

" + "%1 (%2).

" "Please select which one to use:", mime->comment(), mime->name() ) ); }