Skip to content

Commit 3ab947e

Browse files
committed
add string constants for the macro stepper
related to #67
1 parent a20d3b8 commit 3ab947e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

string-constants-lib/info.rkt

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

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

10-
(define version "1.50")
10+
(define version "1.51")
1111

1212
(define license
1313
'(Apache-2.0 OR MIT))

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,4 +2295,17 @@ please adhere to these guidelines:
22952295
(qs-stop-scripts "&Stop persistent scripts")
22962296
(qs-report-issue "Report an &issue")
22972297
(qs-error-load "Quickscript: Errors while loading script properties")
2298+
2299+
;; macro stepper
2300+
; used in the button label and menu item and title for some dialog boxes
2301+
(macro-stepper "Macro Stepper")
2302+
2303+
; these next three are in the same dialog; first a message and then two button labels
2304+
(macro-stepper-warning-message
2305+
"Macro expansion has taken a suspiciously large number of steps.\n\nClick"
2306+
" Stop to stop macro expansion and see the steps taken"
2307+
" so far, or click Continue to let it run a bit longer.")
2308+
(macro-stepper-continue "Continue")
2309+
(macro-stepper-stop "Stop")
2310+
22982311
)

0 commit comments

Comments
 (0)