From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34498: Confusing msgid " Running value is ~s.~%" Date: Thu, 18 Apr 2019 12:34:03 +0200 Message-ID: <87sgufsiuc.fsf@gnu.org> References: <20190216061055.ia57pbmozniz5akd@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hH4QF-0000hk-AC for bug-guix@gnu.org; Thu, 18 Apr 2019 06:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hH4Nj-0004w3-32 for bug-guix@gnu.org; Thu, 18 Apr 2019 06:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56217) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hH4Nj-0004vz-0Z for bug-guix@gnu.org; Thu, 18 Apr 2019 06:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hH4Ni-0007Mv-Qz for bug-guix@gnu.org; Thu, 18 Apr 2019 06:35:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190216061055.ia57pbmozniz5akd@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Sat, 16 Feb 2019 07:10:55 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 34498-done@debbugs.gnu.org "pelzflorian (Florian Pelz)" skribis: > I am fairly sure > > #: modules/shepherd/scripts/herd.scm:86 > #, scheme-format > msgid " Running value is ~s.~%" > > refers to the value of the #:running slot but translators don=E2=80=99t k= now > that and would translate it as a value that is running. This should > be changed and a comment for TRANSLATORS should be added. Done in Shepherd commit 5d418ff0de1ac0a5419344dfe70c08ed464f3797. Thanks, Ludo=E2=80=99.