diff --git a/applets/kickoff/package/contents/ui/ConfigGeneral.qml b/applets/kickoff/package/contents/ui/ConfigGeneral.qml --- a/applets/kickoff/package/contents/ui/ConfigGeneral.qml +++ b/applets/kickoff/package/contents/ui/ConfigGeneral.qml @@ -140,11 +140,11 @@ spacing: units.gridUnit Column { QtControls.Label { - text: i18n('Visible Tabs') + text: i18n("Visible Tabs") height: configButtons.cellHeight } QtControls.Label { - text: i18n('Hidden Tabs') + text: i18n("Hidden Tabs") height: configButtons.cellHeight } } @@ -156,7 +156,7 @@ } QtControls.Label { - text: i18n('Drag tabs between the boxes to show/hide them, or reorder the visible tabs by dragging. ') + text: i18n("Drag tabs between the boxes to show/hide them, or reorder the visible tabs by dragging.") } Item {