From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH] ui: Let users report translation bugs. Date: Sat, 21 May 2016 23:42:13 +0200 Message-ID: <1463866933-6598-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4EfA-00086N-LB for guix-devel@gnu.org; Sat, 21 May 2016 17:42:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4Ef4-0007ce-OO for guix-devel@gnu.org; Sat, 21 May 2016 17:42:23 -0400 Received: from v-zimmta02.u-bordeaux.fr ([147.210.215.20]:36302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4Ef4-0007c5-Go for guix-devel@gnu.org; Sat, 21 May 2016 17:42:18 -0400 Received: from v-zimmta02.u-bordeaux.fr (localhost [127.0.0.1]) by v-zimmta02.u-bordeaux.fr (Postfix) with ESMTP id D56BC8010BB for ; Sat, 21 May 2016 23:42:14 +0200 (CEST) Received: from localhost.localdomain (mek33-4-82-236-46-88.fbx.proxad.net [82.236.46.88]) by v-zimmta02.u-bordeaux.fr (Postfix) with ESMTPSA id A155B800056 for ; Sat, 21 May 2016 23:42:14 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * guix/ui.scm (show-bug-report-information): Add a comment for translators. --- guix/ui.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guix/ui.scm b/guix/ui.scm index 8310974..cbc9dc8 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2014 Cyrill Schenkel ;;; Copyright =C2=A9 2014, 2015 Alex Kost ;;; Copyright =C2=A9 2015 David Thompson -;;; Copyright =C2=A9 2015 Mathieu Lirzin +;;; Copyright =C2=A9 2015, 2016 Mathieu Lirzin ;;; ;;; This file is part of GNU Guix. ;;; @@ -313,6 +313,10 @@ There is NO WARRANTY, to the extent permitted by law= . (exit 0)) =20 (define (show-bug-report-information) + ;; TRANSLATORS: The placeholder indicates the bug-reporting address fo= r this + ;; package. Please add another line saying "Report translation bugs t= o + ;; ...\n" with the address for translation bugs (typically your transl= ation + ;; team's web or email address). (format #t (_ " Report bugs to: ~a.") %guix-bug-report-address) (format #t (_ " --=20 2.8.1