From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22476 invoked by alias); 25 Feb 2006 13:17:56 -0000 Received: (qmail 22467 invoked by uid 22791); 25 Feb 2006 13:17:55 -0000 X-Spam-Check-By: sourceware.org Received: from ip127.bb146.pacific.net.hk (HELO mailhub.stlglobal.com) (202.64.146.127) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Feb 2006 13:17:54 +0000 Received: from localhost ([127.0.0.1]) by mailhub.stlglobal.com with esmtp (Exim 4.50) id 1FCzIp-0004na-Ef; Sat, 25 Feb 2006 21:17:39 +0800 Message-ID: <440058F9.2000107@tausq.org> Date: Sun, 26 Feb 2006 05:37:00 -0000 From: Randolph Chung User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [hppa64-hpux] Cleanup TM_FILE usage References: <43FFA0C9.9020007@tausq.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00476.txt.bz2 >> >>+ static char message[] = "Error while finding exception callback hook:\n"; > > > Shouldn't this string be translated? If so, this need to be changed > to allow translation. this is not a new message, just reindented. but i will fix this before i commit.. thanks for catching it. randolph