- trimmed the application strings
This commit is contained in:
committed by
Marius Stanciu
parent
77c66862c5
commit
f5310148eb
@@ -242,7 +242,7 @@ class AlignObjects(AppTool):
|
||||
def check_points(self):
|
||||
if len(self.clicked_points) == 1:
|
||||
self.app.inform.emit('%s: %s. %s' % (
|
||||
_("First Point"), _("Click on the DESTINATION point."), _("Or right click to cancel.")))
|
||||
_("First Point"), _("Click on the DESTINATION point ..."), _("Or right click to cancel.")))
|
||||
self.target_obj = self.aligner_obj
|
||||
self.reset_color()
|
||||
self.set_color()
|
||||
@@ -264,7 +264,7 @@ class AlignObjects(AppTool):
|
||||
|
||||
if len(self.clicked_points) == 3:
|
||||
self.app.inform.emit('%s: %s. %s' % (
|
||||
_("Second Point"), _("Click on the DESTINATION point."), _("Or right click to cancel.")))
|
||||
_("Second Point"), _("Click on the DESTINATION point ..."), _("Or right click to cancel.")))
|
||||
self.target_obj = self.aligner_obj
|
||||
self.reset_color()
|
||||
self.set_color()
|
||||
|
||||
Reference in New Issue
Block a user