From 40416fa27b2c893cfad9272c529167b32a3dab11 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 7 Feb 2010 23:53:37 +0000 Subject: [PATCH] - more tra()s from Christian. fixes #976 svn path=/trunk/boinc/; revision=20463 --- checkin_notes | 6 ++++++ html/user/user_search.php | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/checkin_notes b/checkin_notes index 7b50ba24c5..c0b1416806 100644 --- a/checkin_notes +++ b/checkin_notes @@ -993,3 +993,9 @@ David 7 Feb 2010 user/ workunit.php result.php + +David 7 Feb 2010 + - more tra()s from Christian. fixes #976 + + html/user/ + user_search.php diff --git a/html/user/user_search.php b/html/user/user_search.php index 7b075cdebe..bc0c153d95 100644 --- a/html/user/user_search.php +++ b/html/user/user_search.php @@ -116,18 +116,18 @@ function search_form() { row2(tra("Decreasing average credit"), ""); row2(tra("Decreasing total credit"), ""); row1(tra("Filters"), 2, "heading"); - row2_init(tra("Country"), ""); print_country_select("asdf"); echo ""; row2(tra("With profile?"), - " Either - No - Yes + " ".tra("Either")." + ".tra("No")." + ".tra("Yes")." "); row2(tra("On a team?"), - " Either - No - Yes + " ".tra("Either")." + ".tra("No")." + ".tra("Yes")." "); row2("", ""); end_table(); @@ -183,7 +183,7 @@ function main() { case 'name_prefix': break; default: - error_page("missing search type"); + error_page(tra("missing search type")); } $filter = null;