From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16874 invoked by alias); 25 Feb 2006 11:35:39 -0000 Received: (qmail 16865 invoked by uid 22791); 25 Feb 2006 11:35:39 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Feb 2006 11:35:38 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HZC07334; Sat, 25 Feb 2006 13:35:20 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-84-228-215-175.inter.net.il [84.228.215.175]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CTX78335 (AUTH halo1); Sat, 25 Feb 2006 13:35:19 +0200 (IST) Date: Sat, 25 Feb 2006 12:33:00 -0000 Message-Id: From: Eli Zaretskii To: Randolph Chung CC: gdb-patches@sources.redhat.com In-reply-to: <43FFA0C9.9020007@tausq.org> (message from Randolph Chung on Sat, 25 Feb 2006 08:11:53 +0800) Subject: Re: [hppa64-hpux] Cleanup TM_FILE usage Reply-to: Eli Zaretskii References: <43FFA0C9.9020007@tausq.org> X-IsSubscribed: yes 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/msg00474.txt.bz2 > Date: Sat, 25 Feb 2006 08:11:53 +0800 > From: Randolph Chung > > + 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.