Skip to content

Commit 0f162a3

Browse files
committed
Typo fix
1 parent 0078d78 commit 0f162a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
;; for a dialog that appears when Run is clicked and there are unsaved files
892892
; the ~a is filled with a filename (same string that appears in a tab)
893893
(one-file-not-saved-do-the-save?
894-
"Die Datei “~a” ist nicht gespeichert; vor Start speichern??")
894+
"Die Datei “~a” ist nicht gespeichert; vor Start speichern?")
895895
; the string is suffixed with a list of filenames (which are separated by newlines)
896896
(many-files-not-saved-do-the-save?
897897
"Manche andere Dateien Dateien sind nicht gespeichert; vor Start speichern?\n\nDateien:")

0 commit comments

Comments
 (0)