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;