Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-09-27 18:29:30 +0300
committerGhostkeeper <rubend@tutanota.com>2017-09-27 18:29:30 +0300
commit68b4dfd3c328babfa8724da2e5dae3317cddea15 (patch)
treeca666347a2f83f2b3630c5885aeae13767e1653a /plugins/3MFReader/WorkspaceDialog.qml
parentfa66f2c1176f798ae45131e4a1f462b5bca326b7 (diff)
Fix spelling mistake
Contributes to issue CURA-4341.
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index 2363f16b9d..32bb139648 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -362,7 +362,7 @@ UM.Dialog
Label
{
id: warningLabel
- text: catalog.i18nc("@action:warning", "Loading a project will clear all models on the buildplate")
+ text: catalog.i18nc("@action:warning", "Loading a project will clear all models on the build plate.")
wrapMode: Text.Wrap
}
}