From 4075a0dcf15c1976f1cb9e8f53126418a970ab4d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Aug 2010 19:11:01 +0000 Subject: [PATCH] - client: tweak translatable msg svn path=/trunk/boinc/; revision=22144 --- checkin_notes | 7 +++++++ checkin_notes_2009 | 2 +- client/gui_rpc_server.cpp | 5 ++--- locale/templates/BOINC-Client.pot | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index bf2807dc5c..3014335895 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5786,3 +5786,10 @@ Rom 5 Aug 2010 clientgui/ ViewNotices.cpp + +David 5 Aug 2010 + - client: tweak translatable msg + + client/ + gui_rpc_server.cpp + - client/scheduler: tweak translatable messages diff --git a/checkin_notes_2009 b/checkin_notes_2009 index da552e5c64..e1c418137c 100644 --- a/checkin_notes_2009 +++ b/checkin_notes_2009 @@ -9624,7 +9624,7 @@ David 1 Dec 2009 - it's passed to apps in app_init_data.xml - it's passed in scheduler requests. It should be broken down by resource type in these cases too. - Note to self: do this later. + TODO Note to self: do this later. client/ app_start.cpp diff --git a/client/gui_rpc_server.cpp b/client/gui_rpc_server.cpp index 98aff02659..917e20bd2f 100644 --- a/client/gui_rpc_server.cpp +++ b/client/gui_rpc_server.cpp @@ -186,9 +186,8 @@ int GUI_RPC_CONN_SET::get_allowed_hosts() { if (retval) { msg_printf_link(0, MSG_USER_ALERT, "http://boinc.berkeley.edu/manager_links.php?target=notice&controlid=remote_hosts", - "%s %s: %s", - _("Can't resolve hostname in"), - REMOTEHOST_FILE_NAME, + "%s: %s", + _("Can't resolve hostname in remote_hosts.cfg"), buf ); } else { diff --git a/locale/templates/BOINC-Client.pot b/locale/templates/BOINC-Client.pot index 7e0f48ec49..3d1ed6656d 100644 --- a/locale/templates/BOINC-Client.pot +++ b/locale/templates/BOINC-Client.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-08-04 11:39-0700\n" +"POT-Creation-Date: 2010-08-05 11:43-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,7 +45,7 @@ msgid "Syntax error in app_info.xml" msgstr "" #: gui_rpc_server.cpp:190 -msgid "Can't resolve hostname in" +msgid "Can't resolve hostname in remote_hosts.cfg" msgstr "" #: log_flags.cpp:68 log_flags.cpp:318 log_flags.cpp:443