chiark / gitweb /
Add some more missing strings to the translations.
[cura.git] / Cura / gui / sceneView.py
index 6e366a13f98358a34f70d61add0535d44ddc50a7..c1367ff1e050ce8824b4bb25ba718a2f06320bbb 100644 (file)
@@ -419,7 +419,7 @@ class SceneView(openglGui.glGuiPanel):
                if self._focusObj is None:
                        return
                obj = self._focusObj
-               dlg = wx.NumberEntryDialog(self, "How many copies do you want?", "Copies", "Multiply", 1, 1, 100)
+               dlg = wx.NumberEntryDialog(self, _("How many copies do you want?"), _("Number of copies"), _("Multiply"), 1, 1, 100)
                if dlg.ShowModal() != wx.ID_OK:
                        dlg.Destroy()
                        return