mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: adjust to KLocalizedString changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f4acd2164c
commit
8b8886fe8e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue