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:
Camila Ayres 2025-02-20 09:10:24 +01:00 committed by GitHub
commit 9464375e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
}