mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-11 13:18:13 +03:00
Fix minor typos: <i/> -> <i>
This commit is contained in:
parent
652cbb0041
commit
e61445d5cc
@ -453,10 +453,10 @@ void Layouts::loadLayouts()
|
|||||||
//! there are broken layouts and the user must be informed!
|
//! there are broken layouts and the user must be informed!
|
||||||
if (brokenLayouts.count() > 0) {
|
if (brokenLayouts.count() > 0) {
|
||||||
if (brokenLayouts.count() == 1) {
|
if (brokenLayouts.count() == 1) {
|
||||||
m_parentDialog->showInlineMessage(i18nc("settings:broken layout", "Layout <b>%0</b> <i/>is broken</i>! Please <b>remove it</b> to improve stability...").arg(brokenLayouts.join(",")),
|
m_parentDialog->showInlineMessage(i18nc("settings:broken layout", "Layout <b>%0</b> <i>is broken</i>! Please <b>remove it</b> to improve stability...").arg(brokenLayouts.join(",")),
|
||||||
KMessageWidget::Error);
|
KMessageWidget::Error);
|
||||||
} else {
|
} else {
|
||||||
m_parentDialog->showInlineMessage(i18nc("settings:broken layouts", "Layouts <b>%0</b> <i/>are broken</i>! Please <b>remove them</b> to improve stability...").arg(brokenLayouts.join(",")),
|
m_parentDialog->showInlineMessage(i18nc("settings:broken layouts", "Layouts <b>%0</b> <i>are broken</i>! Please <b>remove them</b> to improve stability...").arg(brokenLayouts.join(",")),
|
||||||
KMessageWidget::Error);
|
KMessageWidget::Error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user