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() ) );
}