branch: externals/dicom
commit 066d68babea001405ad68218f21ecde5363fa8f3
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Change menu title
---
dicom.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dicom.el b/dicom.el
index f097d3ed3c..a188dabcdd 100644
--- a/dicom.el
+++ b/dicom.el
@@ -127,7 +127,7 @@ progress:${percent-pos}%'"
(easy-menu-define dicom-mode-menu dicom-mode-map
"Menu for `dicom-mode'."
- '("DICOM IMAGE"
+ '("DICOM"
["Larger" dicom-larger]
["Smaller" dicom-smaller]
["Play" dicom-play]))