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:
parent
20b799a244
commit
1a88ae9a4e
@ -180,7 +180,7 @@ Item {
|
||||
|
||||
CheckBox {
|
||||
id: dotsOnActive
|
||||
text: i18n("Dots on active window")
|
||||
text: i18n("Indicator for active window group")
|
||||
enabled: true
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user