correct markup

svn path=/trunk/KDE/kdegraphics/okular/; revision=686267
This commit is contained in:
Pino Toscano 2007-07-10 22:19:03 +00:00
parent a71f01234b
commit f28acc1e74

View file

@ -30,8 +30,8 @@ ChooseEngineDialog::ChooseEngineDialog( const QStringList &generators, const KMi
m_widget->engineList->addItems(generators);
m_widget->description->setText(
i18n( "More than one backend found for the MIME type:<br>"
"<b>%1</b> (%2).<br><br>"
i18n( "More than one backend found for the MIME type:<br />"
"<b>%1</b> (%2).<br><br />"
"Please select which one to use:", mime->comment(), mime->name() ) );
}