Browse Source

Spelling

We hold American English, at least for user-visible parts.
Ghostkeeper 7 years ago
parent
commit
192db52d48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/SliceInfoPlugin/SliceInfo.py

+ 1 - 1
plugins/SliceInfoPlugin/SliceInfo.py

@@ -40,7 +40,7 @@ class SliceInfo(Extension):
         Preferences.getInstance().addPreference("info/asked_send_slice_info", False)
 
         if not Preferences.getInstance().getValue("info/asked_send_slice_info") and Preferences.getInstance().getValue("info/send_slice_info"):
-            self.send_slice_info_message = Message(catalog.i18nc("@info", "Cura collects anonymised slicing statistics. You can disable this in the preferences."),
+            self.send_slice_info_message = Message(catalog.i18nc("@info", "Cura collects anonymized slicing statistics. You can disable this in the preferences."),
                                                    lifetime = 0,
                                                    dismissable = False,
                                                    title = catalog.i18nc("@info:title", "Collecting Data"))