- trimmed the application strings
This commit is contained in:
committed by
Marius Stanciu
parent
77c66862c5
commit
f5310148eb
@@ -395,7 +395,7 @@ class Distance(AppTool):
|
||||
def calculate_distance(self, pos):
|
||||
if len(self.points) == 1:
|
||||
self.ui.start_entry.set_value("(%.*f, %.*f)" % (self.decimals, pos[0], self.decimals, pos[1]))
|
||||
self.app.inform.emit(_("MEASURING: Click on the Destination point ..."))
|
||||
self.app.inform.emit(_("Click on the DESTINATION point ..."))
|
||||
elif len(self.points) == 2:
|
||||
# self.app.app_cursor.enabled = False
|
||||
dx = self.points[1][0] - self.points[0][0]
|
||||
|
||||
Reference in New Issue
Block a user