From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1977 invoked by alias); 11 Feb 2005 19:11:38 -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 1952 invoked from network); 11 Feb 2005 19:11:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Feb 2005 19:11:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1BJBZhj009985 for ; Fri, 11 Feb 2005 14:11:35 -0500 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1BJBZO21774; Fri, 11 Feb 2005 14:11:35 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 824CF7D79; Fri, 11 Feb 2005 14:10:39 -0500 (EST) Message-ID: <420D032E.3050604@gnu.org> Date: Sat, 12 Feb 2005 02:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] mark up quit et.al. References: <420CF63E.2000300@gnu.org> <20050211183109.GA1889@nevyn.them.org> In-Reply-To: <20050211183109.GA1889@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00112.txt.bz2 Daniel Jacobowitz wrote: > 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. Thank you for noticing this, can we commit the fix? @@ -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) Otherwize I'll flush it out in a later pass. Andrew