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 0078d78 commit 0f162a3Copy full SHA for 0f162a3
string-constants-lib/string-constants/private/german-string-constants.rkt
@@ -891,7 +891,7 @@
891
;; for a dialog that appears when Run is clicked and there are unsaved files
892
; the ~a is filled with a filename (same string that appears in a tab)
893
(one-file-not-saved-do-the-save?
894
- "Die Datei “~a” ist nicht gespeichert; vor Start speichern??")
+ "Die Datei “~a” ist nicht gespeichert; vor Start speichern?")
895
; the string is suffixed with a list of filenames (which are separated by newlines)
896
(many-files-not-saved-do-the-save?
897
"Manche andere Dateien Dateien sind nicht gespeichert; vor Start speichern?\n\nDateien:")
0 commit comments