Skip to content

Commit 7c45bb7

Browse files
authored
Merge pull request #8087 from nextcloud/bugfix/vfs-wording
gui/macOS: Use less technical language in FileProvider settings views
2 parents 092c8d7 + edeb076 commit 7c45bb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/gui/macOS/ui/FileProviderEvictionDialog.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ApplicationWindow {
3333
LayoutMirroring.enabled: Application.layoutDirection === Qt.RightToLeft
3434
LayoutMirroring.childrenInherit: true
3535

36-
title: qsTr("Evict materialised files")
36+
title: qsTr("Remove local copies")
3737
color: palette.base
3838
flags: Qt.Dialog | Qt.WindowStaysOnTopHint
3939
width: 640
@@ -49,7 +49,7 @@ ApplicationWindow {
4949
Layout.margins: Style.standardSpacing
5050

5151
EnforcedPlainTextLabel {
52-
text: qsTr("Materialised items")
52+
text: qsTr("Local copies")
5353
font.bold: true
5454
font.pointSize: Style.headerFontPtSize
5555
Layout.fillWidth: true

src/gui/macOS/ui/FileProviderStorageInfo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GridLayout {
5656
Layout.row: 0
5757
Layout.column: 2
5858
Layout.alignment: Layout.AlignRight | Layout.AlignVCenter
59-
text: qsTr("Evict local copies")
59+
text: qsTr("Free up space")
6060
onPressed: root.evictDialogRequested()
6161
}
6262

0 commit comments

Comments
 (0)