We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ea530 commit ccb2b96Copy full SHA for ccb2b96
string-constants-lib/info.rkt
@@ -7,4 +7,4 @@
7
8
(define pkg-authors '(robby))
9
10
-(define version "1.32")
+(define version "1.33")
string-constants-lib/string-constants/private/english-string-constants.rkt
@@ -567,6 +567,10 @@ please adhere to these guidelines:
567
(dont-save "Don't Save")
568
(yes "Yes")
569
(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")
574
575
;; saving image (right click on an image to see the text)
576
(save-image "Save image…")
0 commit comments