Improve translation strings #70

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent 20b799a244
commit 1a88ae9a4e

@ -180,7 +180,7 @@ Item {
CheckBox { CheckBox {
id: dotsOnActive id: dotsOnActive
text: i18n("Dots on active window") text: i18n("Indicator for active window group")
enabled: true enabled: true
} }

@ -81,7 +81,7 @@ Item {
CheckBox { CheckBox {
id: smartLaunchersChk id: smartLaunchersChk
Layout.fillWidth: true Layout.fillWidth: true
text: i18n("Show progress information in task buttons") text: i18n("Show progress information for tasks")
} }
RowLayout { RowLayout {

@ -73,7 +73,7 @@ PlasmaComponents.Page {
PlasmaComponents.CheckBox { PlasmaComponents.CheckBox {
id: dotsOnActive id: dotsOnActive
Layout.leftMargin: units.smallSpacing * 2 Layout.leftMargin: units.smallSpacing * 2
text: i18n("Dots on active window") text: i18n("Indicator for active window group")
checked: plasmoid.configuration.dotsOnActive checked: plasmoid.configuration.dotsOnActive
onClicked: { onClicked: {
@ -138,7 +138,7 @@ PlasmaComponents.Page {
PlasmaComponents.CheckBox { PlasmaComponents.CheckBox {
id: smartLaunchersChk id: smartLaunchersChk
Layout.leftMargin: units.smallSpacing * 2 Layout.leftMargin: units.smallSpacing * 2
text: i18n("Show progress information in task buttons") text: i18n("Show progress information for tasks")
checked: plasmoid.configuration.smartLaunchersEnabled checked: plasmoid.configuration.smartLaunchersEnabled
onClicked: { onClicked: {

Loading…
Cancel
Save