Skip to content

Commit 2d6558d

Browse files
committed
Add constants for messagebox
Bump version Signed-off-by: Alexander Shopov <[email protected]>
1 parent 805aab3 commit 2d6558d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

string-constants-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
(define pkg-authors '(robby))
99

10-
(define version "1.31")
10+
(define version "1.33")

string-constants-lib/string-constants/private/english-string-constants.rkt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ please adhere to these guidelines:
567567
(dont-save "Don't Save")
568568
(yes "Yes")
569569
(no "No")
570+
;; Same as the above in contexts that allow adding mnemonic keyboard shortcuts
571+
;; '&' will underline the following character showing to allow Alt- combinations
572+
(yes-mnemonic "&Yes")
573+
(no-mnemonic "&No")
570574

571575
;; saving image (right click on an image to see the text)
572576
(save-image "Save image…")

0 commit comments

Comments
 (0)