[plt-translators] english-string-constants.ss update
Index: $PLTHOME/collects/string-constants/english-string-constants.ss
===================================================================
--- $PLTHOME/collects/string-constants/english-string-constants.ss (revision 12873)
+++ $PLTHOME/collects/string-constants/english-string-constants.ss (working copy)
@@ -676,6 +676,9 @@
(complete-word "Complete Word") ; the complete word menu item in the edit menu
(no-completions "... no completions available") ; shows up in the completions menu when there are no completions (in italics)
+ (overwrite-mode "Overwrite Mode")
+ (enable-overwrite-mode-keybindings "Enable overwrite mode keybindings")
+
(preferences-info "Configure your preferences")
(preferences-menu-item "Preferences...")
@@ -845,7 +848,7 @@
(close-tab "Close Tab") ;; must not have any &s in it.
(close-tab-amp "&Close Tab") ;; like close-tab, but with an ampersand on the same letter as the one in close-menu-item
- ;;; edit-menu
+ ;;; edit menu
(split-menu-item-label "&Split")
(collapse-menu-item-label "C&ollapse")