add translation strings explanations

pull/6/head
Michail Vourlakos 6 years ago
parent 1051372e04
commit afe4ae8c6c

@ -617,8 +617,8 @@ PlasmaComponents.Page {
LatteComponents.ComboBox {
id: activeWindowFilterCmb
Layout.fillWidth: true
model: [i18n("Current Screen"),
i18n("All Screens")]
model: [i18nc("track from current screen", "Current Screen"),
i18n("track from all screens", "All Screens")]
currentIndex: plasmoid.configuration.activeWindowFilter

Loading…
Cancel
Save