From e82c9ce2a8026add342bfa753bd7e5992b9c6939 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 4 Feb 2018 15:24:59 -0800 Subject: [PATCH] Put gitlab issues url on a separate line. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This removes the need to use brackets, and makes it easier for translations to fit within 80 columns. Thanks to Derek Martin for the suggested wording, and to Vincent Lefèvre for proofreading and noticing a small error. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 5b17a12d..78811d7c 100644 --- a/main.c +++ b/main.c @@ -67,7 +67,8 @@ static const char *ReachingUs = N_("\ To contact the developers, please mail to .\n\ -To report a bug, please visit .\n"); +To report a bug, please contact the Mutt maintainers via gitlab:\n\ + https://gitlab.com/muttmua/mutt/issues\n"); static const char *Notice = N_("\ Copyright (C) 1996-2016 Michael R. Elkins and others.\n\ -- 2.50.1