From: daid Date: Mon, 28 Apr 2014 12:15:18 +0000 (+0200) Subject: Fix #829 X-Git-Tag: 14.06~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=959b5e432198779a4125093c23eb2e00c62a6948;p=cura.git Fix #829 --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index 3240511c..2913e4b5 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -504,7 +504,7 @@ class SceneView(openglGui.glGuiPanel): if n > cnt: break if n <= cnt: - self.notification.message("Could not create more then %d items" % (n - 1)) + self.notification.message("Could not create more than %d items" % (n - 1)) self._scene.remove(newObj) self._scene.centerAll() self.sceneUpdated()