Skip to content

Commit d73c1f5

Browse files
committed
use new string constants
1 parent f0baabb commit d73c1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drracket-core-lib/drracket/private/syncheck/gui.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,11 +1463,11 @@ If the namespace does not, they are colored the unbound color.
14631463
end-selection))))
14641464

14651465
(new menu-item%
1466-
[label "Add Require Prefix"]
1466+
[label (string-constant cs-add-require-prefix)]
14671467
[parent menu]
14681468
[callback (λ (item evt) (add-prefix-for-require text pos))])
14691469
(new menu-item%
1470-
[label "Remove Unused Requires"]
1470+
[label (string-constant cs-remove-unused-requires)]
14711471
[parent menu]
14721472
[callback (λ (item evt) (remove-unused-requires text pos))])
14731473
(for ([f (in-list add-menus)])

drracket-core-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
["racket-index" #:version "1.2"]
3131
"sandbox-lib"
3232
["scribble-lib" #:version "1.11"]
33-
["string-constants-lib" #:version "1.48"]
33+
["string-constants-lib" #:version "1.53"]
3434
["syntax-color-lib" #:version "1.4"]
3535
"simple-tree-text-markup-lib"
3636
"typed-racket-lib"

0 commit comments

Comments
 (0)