This commit is contained in:
Tony S Yu
2012-12-13 17:58:08 -05:00
parent 43fecd0cb8
commit cfe9e7def9
+1 -1
View File
@@ -41,7 +41,7 @@ class Measure(Plugin):
self.line_changed(np.transpose((x, y)))
def help(self):
helpstr = ("Line profile tool",
helpstr = ("Measure tool",
"Select line to measure distance and angle.")
return '\n'.join(helpstr)