diff --git a/collects/string-constants/private/german-string-constants.rkt b/collects/string-constants/private/german-string-constants.rkt index 3912078090..b901e45303 100644 --- a/collects/string-constants/private/german-string-constants.rkt +++ b/collects/string-constants/private/german-string-constants.rkt @@ -228,6 +228,7 @@ ;; Help Desk (help "Hilfe") + (racket-documentation "Dokumentation für Racket") (help-desk "Hilfezentrum") (plt:hd:search "Suchen") (plt:hd:feeling-lucky "Auf gut Glück") @@ -1528,5 +1529,7 @@ (normalize-string-preference "Eingefügten Text normalisieren") (ask-about-normalizing-strings "Bei Normalisierung nachfragen") + (always-use-platform-specific-linefeed-convention "Immer die plattformspezifische Linefeed-Konvention verwenden") + )