1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-04 13:47:19 +03:00

Improve translation strings #70

This commit is contained in:
Johan Smith Agudelo Rodriguez 2017-01-14 20:06:28 -05:00
parent 20b799a244
commit 1a88ae9a4e
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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