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:
authornickthetait <tait@alephobjects.com>2015-06-02 21:15:26 +0300
committernickthetait <tait@alephobjects.com>2015-06-02 21:15:26 +0300
commite10edba3e6b8afbbd534a4c47f8924c8f93a73f3 (patch)
treeec6ff9d549d40b4553ffe803a6e57997182c0669
parent8234d735f1a64d09c6f7c0836f946600aac2a375 (diff)
Update static text formatting
-rw-r--r--Cura/gui/configWizard.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index 68b244a0e0..026a95835d 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1027,7 +1027,8 @@ class Taz5NozzleSelectPage(InfoPage):
self.AddText(_(' '))
self.AddSeperator()
- self.AddText(_('If you are not sure which nozzle size you have please check this webpage: '))
+ self.AddText(_('If you are not sure which nozzle size you have'))
+ self.AddText(_('please check this webpage: '))
button = self.AddButton(Taz5NozzleSelectPage.url)
button.Bind(wx.EVT_BUTTON, self.OnUrlClick)