Skip to content

Commit 649b953

Browse files
committed
Fix missing tooltip text when porting to ToolButton and fix a message in tooltip
1 parent a5260fe commit 649b953

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/kcm/ui/AddonPage.qml

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ KCM.ScrollViewKCM {
150150
}
151151
ToolButton {
152152
icon.name: "configure"
153+
text: i18n("Configure")
153154
visible: model.configurable
154155
display: AbstractButton.IconOnly
155156
ToolTip.text: text

src/kcm/ui/ListOption.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ColumnLayout {
137137
}
138138
ToolButton {
139139
icon.name: "document-edit"
140-
text: i18n("edit")
140+
text: i18n("Edit")
141141
display: AbstractButton.IconOnly
142142
ToolTip.text: text
143143
ToolTip.visible: hovered

0 commit comments

Comments
 (0)