Follow-up fix for e0161f4652

e0161f4652
ref: e0161f4652 (commitcomment-28542412)
This commit is contained in:
luz.paz
2018-04-12 09:37:40 -04:00
parent d96cc9dbd4
commit 1207b56814

View File

@@ -1614,7 +1614,7 @@ class Polygon(Creator):
self.ui.radiusUi()
self.step = 1
self.ui.radiusValue.setFocus()
msg(translate("draft", "Pick radius:")"\n")
msg(translate("draft", "Pick radius:")+"\n")
def numericRadius(self,rad):
"this function gets called by the toolbar when valid radius have been entered there"