[Git][cmucl/cmucl][issue-361-herald-for-bug-tracker] Address review comments.

Raymond Toy pushed to branch issue-361-herald-for-bug-tracker at cmucl / cmucl Commits: bf02c27d by Raymond Toy at 2024-12-27T12:09:23-08:00 Address review comments. Merge the support and bugs messages into one message as suggested. Update pot file for the changed messages. - - - - - 2 changed files: - src/code/save.lisp - src/i18n/locale/cmucl.pot Changes: ===================================== src/code/save.lisp ===================================== @@ -445,14 +445,9 @@ (setf (getf *herald-items* :bugs) `(,#'(lambda (stream) - (write-string (intl:gettext "Please report issues to ") - stream) - (write-string (intl:gettext "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues") + (write-string (intl:gettext "Please visit https://cmucl.org/bugs to report bugs and ask questions.") stream)) terpri - ,#'(lambda (stream) - (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream)) - terpri ,#'(lambda (stream) (write-string (intl:gettext "Loaded subsystems:") stream)))) ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -6898,15 +6898,7 @@ msgid " on " msgstr "" #: src/code/save.lisp -msgid "Please report issues to " -msgstr "" - -#: src/code/save.lisp -msgid "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues" -msgstr "" - -#: src/code/save.lisp -msgid "See <http://www.cmucl.org/> for support information." +msgid "Please visit https://cmucl.org/bugs to report bugs and ask questions." msgstr "" #: src/code/save.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bf02c27d1a862d33191db4ba... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bf02c27d1a862d33191db4ba... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)