We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5260fe commit 649b953Copy full SHA for 649b953
src/kcm/ui/AddonPage.qml
@@ -150,6 +150,7 @@ KCM.ScrollViewKCM {
150
}
151
ToolButton {
152
icon.name: "configure"
153
+ text: i18n("Configure")
154
visible: model.configurable
155
display: AbstractButton.IconOnly
156
ToolTip.text: text
src/kcm/ui/ListOption.qml
@@ -137,7 +137,7 @@ ColumnLayout {
137
138
139
icon.name: "document-edit"
140
- text: i18n("edit")
+ text: i18n("Edit")
141
142
143
ToolTip.visible: hovered
0 commit comments