Follow-up fix for ceeb05de9a

ceeb05de9a99ad8f826409d58231f02fd8013548
ref: ceeb05de9a (commitcomment-28542412)
This commit is contained in:
luz.paz
2018-04-12 09:37:40 -04:00
parent b6fbecb3cb
commit cb1613f3f9

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"