chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aab7d3
)
Update static text formatting
author
nickthetait
<tait@alephobjects.com>
Tue, 2 Jun 2015 18:15:26 +0000
(12:15 -0600)
committer
nickthetait
<tait@alephobjects.com>
Tue, 2 Jun 2015 18:34:07 +0000
(12:34 -0600)
Cura/gui/configWizard.py
patch
|
blob
|
history
diff --git
a/Cura/gui/configWizard.py
b/Cura/gui/configWizard.py
index 68b244a0e0209b808ebbcf88e364d16e32634256..026a95835dd71908af9ec483bc37c15ebe4ff73c 100644
(file)
--- 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)