From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NIWZT-00013l-Qk for mharc-grub-devel@gnu.org; Wed, 09 Dec 2009 19:07:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIWZR-00012o-Tx for grub-devel@gnu.org; Wed, 09 Dec 2009 19:07:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIWZN-00010l-6E for grub-devel@gnu.org; Wed, 09 Dec 2009 19:07:49 -0500 Received: from [199.232.76.173] (port=36299 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIWZN-00010e-11 for grub-devel@gnu.org; Wed, 09 Dec 2009 19:07:45 -0500 Received: from 197.red-80-32-81.staticip.rima-tde.net ([80.32.81.197]:55299 helo=mail.pina.cat) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIWZM-00075G-JE for grub-devel@gnu.org; Wed, 09 Dec 2009 19:07:44 -0500 Received: from pinux (82-45-164-87.cable.ubr06.hari.blueyonder.co.uk [82.45.164.87]) by mail.pina.cat (Postfix) with ESMTP id 7C765288F30C3 for ; Thu, 10 Dec 2009 01:07:43 +0100 (CET) Received: by pinux (Postfix, from userid 1000) id 16E69EBC16; Thu, 10 Dec 2009 00:07:56 +0000 (GMT) Date: Thu, 10 Dec 2009 00:07:56 +0000 From: Carles Pina i Estany To: The development of GNU GRUB Message-ID: <20091210000756.GA24209@pina.cat> References: <20091207140923.GA6439@riva.ucam.org> <4B1D7C04.1000503@gmail.com> <20091207231203.GK6439@riva.ucam.org> <20091207233836.GA10791@riva.ucam.org> <4B1D96E0.1020004@gmail.com> <20091208001033.GQ6439@riva.ucam.org> <4B1D9AA2.6060505@gmail.com> <20091209235727.GA18509@pina.cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091209235727.GA18509@pina.cat> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Build failures on Ubuntu due to gettext X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 00:07:50 -0000 Hi, As Vladimir spotted: On Dec/09/2009, Carles Pina i Estany wrote: This...: > +#define grub_put_(str) grub_printf("%s", (str)) should be: #define grub_put_(str) grub_printf(N_ ("%s"), (str)) If you Colin commit it don't propagate my mistake. -- Carles Pina i Estany http://pinux.info