[plt-translators] english-string-constants.ss update
Index: english-string-constants.ss
===================================================================
--- english-string-constants.ss (revision 17976)
+++ english-string-constants.ss (revision 18246)
@@ -730,6 +730,7 @@
(most-recent-window "Most Recent Window")
(next-tab "Next Tab")
(prev-tab "Previous Tab")
+ (tab-i "Tab ~a: ~a") ;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
(view-menu-label "&View")
(show-overview "Show &Program Contour")
------------------------------------------------------------------------
r18245 | robby | 2010-02-20 21:06:57 -0500 (Sat, 20 Feb 2010) | 1 line
added keyboard shortcuts for the first 9 tabs to the windows menu (on the mac)
------------------------------------------------------------------------
r18246 | robby | 2010-02-20 21:09:25 -0500 (Sat, 20 Feb 2010) | 1 line
added string constants for the menus added in the previous commit
------------------------------------------------------------------------