mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Fix ellipsis in i18n string
This commit is contained in:
parent
6f76961fcd
commit
fb723ab985
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ Rectangle {
|
|||
y: editOverlay.mapFromItem(editOverlay.applet.parent, 0, editOverlay.applet.y).y + editOverlay.applet.height/2 - height/2
|
||||
PlasmaComponents.ToolButton {
|
||||
iconSource: "configure"
|
||||
text: i18n("Configure..")
|
||||
text: i18n("Configure...")
|
||||
flat: false
|
||||
onClicked: {
|
||||
editOverlay.applet.applet.action("configure").trigger();
|
||||
|
|
|
|||
Loading…
Reference in a new issue