From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#34498: Confusing msgid " Running value is ~s.~%" Date: Sat, 16 Feb 2019 07:10:55 +0100 Message-ID: <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]:45626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gutCl-0002b8-Aj for bug-guix@gnu.org; Sat, 16 Feb 2019 01:12:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gutCk-0005Hc-Nt for bug-guix@gnu.org; Sat, 16 Feb 2019 01:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50662) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gutCk-0005HO-9q for bug-guix@gnu.org; Sat, 16 Feb 2019 01:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gutCk-0001Dh-0z for bug-guix@gnu.org; Sat, 16 Feb 2019 01:12:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:45499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gutBk-0002YZ-A5 for bug-guix@gnu.org; Sat, 16 Feb 2019 01:11:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gutBj-0004oF-Hb for bug-guix@gnu.org; Sat, 16 Feb 2019 01:11:00 -0500 Received: from pelzflorian.de ([5.45.111.108]:47216 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gutBi-0004nO-Sw for bug-guix@gnu.org; Sat, 16 Feb 2019 01:10:59 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 1C51C360035 for ; Sat, 16 Feb 2019 07:10:56 +0100 (CET) Content-Disposition: inline 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: 34498@debbugs.gnu.org Hello, 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. Regards, Florian