mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #7888 from nextcloud/backport/7886/stable-3.16
[stable-3.16] Change three dots to an ellipsis
This commit is contained in:
commit
9464375e85
@ -56,7 +56,7 @@ GridLayout {
|
||||
Layout.row: 0
|
||||
Layout.column: 2
|
||||
Layout.alignment: Layout.AlignRight | Layout.AlignVCenter
|
||||
text: qsTr("Evict local copies...")
|
||||
text: qsTr("Evict local copies …")
|
||||
onPressed: root.evictDialogRequested()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user