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:34:07 +0300
commitcc0b606f5c903cb282d0047ea06661bb4da7dd69 (patch)
tree976423d9033ddc9486a53c66e82bc48e88c76e96
parent1aab7d35fc3ca3550114ce6cc7d97eda5b2a4eb6 (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)