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-10-05 11:58:49 +0300
committerGhostkeeper <rubend@tutanota.com>2017-10-05 11:58:49 +0300
commitd458fcde5c22e57b9fc8cd210478e10e7e37e890 (patch)
treeded30d589652e1dfbe5b7a8d6edb18949d163576 /plugins/3MFReader/WorkspaceDialog.qml
parentff41b043b1a6f50ed952c9569632f044f03a3af5 (diff)
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
This reverts commit e07e7bc9e714843cf853f0a255ee5a8432696886. Contributes to issue CURA-4414.
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 dc3b5f7823..ea07a1714d 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
}
}