generic: adjust to KLocalizedString changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-17 23:37:43 +03:00
parent f4acd2164c
commit 8b8886fe8e
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ void PluginKateTextFilter::slotFilterProcessExited(int, QProcess::ExitStatus)
QPointer<KTextEditor::Message> message = new KTextEditor::Message(
i18nc(
"@info"
, "<title>Result of:</title><nl /><pre><code>$ %1\n<nl />%2</code></pre>"
, "<title>Result of:</title><br /><pre><code>$ %1\n<br />%2</code></pre>"
, m_last_command
, m_stderrOutput
)

View file

@ -104,7 +104,7 @@ QVariant ProvidersModel::data(const QModelIndex& index, int role) const
{
if (index.column() == Preferred)
return i18nc("@info:tooltip", "Check this box to select the highlighted web shortcut "
"as preferred.<nl/>Preferred web shortcuts are used in "
"as preferred.<br/>Preferred web shortcuts are used in "
"places where only a few select shortcuts can be shown "
"at one time.");
}