From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4905 invoked by alias); 11 Feb 2005 18:31:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4877 invoked from network); 11 Feb 2005 18:31:09 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Feb 2005 18:31:09 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1CzfZN-0000VS-H5; Fri, 11 Feb 2005 13:31:09 -0500 Date: Fri, 11 Feb 2005 19:35:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] mark up quit et.al. Message-ID: <20050211183109.GA1889@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <420CF63E.2000300@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420CF63E.2000300@gnu.org> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00110.txt.bz2 On Fri, Feb 11, 2005 at 01:15:26PM -0500, Andrew Cagney wrote: > FYI, > committed, > Andrew Perhaps you should wait for someone to proofread this sort of thing. > @@ -995,7 +995,7 @@ insert_bp_location (struct bp_location * > } > else > { > - printf_filtered ("Hardware watchpoint %d deleted ", bpt->owner->number); > + printf_filtered (_("Hardware watchpoint %d deleted "), bpt->owner->number); > printf_filtered ("because the program has left the block \n"); > printf_filtered ("in which its expression is valid.\n"); > if (bpt->owner->related_breakpoint) For instance, this one is bogus. Where's _your_ fire, Andrew? -- Daniel Jacobowitz CodeSourcery, LLC