Skip to content

Commit

Permalink
Slicer: rename menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Jul 16, 2021
1 parent d160011 commit 9cd66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matImage/imStacks/Slicer.m
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@ function setupMenuBar(obj)
'Accelerator', 'I', ...
'Callback', @obj.onDisplayImageInfo);
uimenu(menuImage, ...
'Label', 'Spatial &Resolution...', ...
'Label', 'Spatial &Calibration...', ...
'Enable', imageFlag, ...
'Callback', @obj.onChangeResolution);
uimenu(menuImage, ...
Expand Down

0 comments on commit 9cd66c0

Please sign in to comment.