Skip to content
Snippets Groups Projects
Commit d5e40e47 authored by leprob001's avatar leprob001
Browse files

Changed label from "Point" to "Point(s)" to clearify that it is possible to...

Changed label from "Point" to "Point(s)" to clearify that it is possible to select multiple points at once.
parent f8e5446c
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ artoaGui.editTimeOfArrival.buttonPickPolygon = uicontrol( ...
artoaGui.editTimeOfArrival.buttonPickPoint = uicontrol( ...
'Parent', artoaGui.editTimeOfArrival.frameControlsSelect, ...
'String', 'Point', ...
'String', 'Point(s)', ...
'Style', 'PushButton', ...
'FontSize', 8, ...
'Units', 'normalized', ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment