Skip to content

Commit 9cd66c0

Browse files
committed
Slicer: rename menu item
1 parent d160011 commit 9cd66c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matImage/imStacks/Slicer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,7 @@ function setupMenuBar(obj)
23972397
'Accelerator', 'I', ...
23982398
'Callback', @obj.onDisplayImageInfo);
23992399
uimenu(menuImage, ...
2400-
'Label', 'Spatial &Resolution...', ...
2400+
'Label', 'Spatial &Calibration...', ...
24012401
'Enable', imageFlag, ...
24022402
'Callback', @obj.onChangeResolution);
24032403
uimenu(menuImage, ...

0 commit comments

Comments
 (0)