Raymond Toy pushed to branch issue-361-herald-for-bug-tracker at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/save.lisp
    ... ... @@ -445,14 +445,9 @@
    445 445
     
    
    446 446
     (setf (getf *herald-items* :bugs)
    
    447 447
           `(,#'(lambda (stream)
    
    448
    -	     (write-string (intl:gettext "Please report issues to ")
    
    449
    -			   stream)
    
    450
    -	     (write-string (intl:gettext "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues")
    
    448
    +	     (write-string (intl:gettext "Please visit https://cmucl.org/bugs to report bugs and ask questions.")
    
    451 449
     			   stream))
    
    452 450
     	terpri
    
    453
    -	,#'(lambda (stream)
    
    454
    -	     (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream))
    
    455
    -	terpri
    
    456 451
     	,#'(lambda (stream)
    
    457 452
     	     (write-string (intl:gettext "Loaded subsystems:") stream))))
    
    458 453
     
    

  • src/i18n/locale/cmucl.pot
    ... ... @@ -6898,15 +6898,7 @@ msgid " on "
    6898 6898
     msgstr ""
    
    6899 6899
     
    
    6900 6900
     #: src/code/save.lisp
    
    6901
    -msgid "Please report issues to "
    
    6902
    -msgstr ""
    
    6903
    -
    
    6904
    -#: src/code/save.lisp
    
    6905
    -msgid "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues"
    
    6906
    -msgstr ""
    
    6907
    -
    
    6908
    -#: src/code/save.lisp
    
    6909
    -msgid "See <http://www.cmucl.org/> for support information."
    
    6901
    +msgid "Please visit https://cmucl.org/bugs to report bugs and ask questions."
    
    6910 6902
     msgstr ""
    
    6911 6903
     
    
    6912 6904
     #: src/code/save.lisp