From b36e002f76b6eec07a15e6e80ea597ff0fd6f4f3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 May 2007 05:36:13 +0100 Subject: tweak subtoolbar (2) --- functions.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 77161e8c2..678f11311 100644 --- a/functions.php +++ b/functions.php @@ -2429,9 +2429,9 @@ $feed_title = ""; if ($search && $search_mode == "all_feeds") { - $feed_title = __("Global search results")." ($search)"; + $feed_title = __("Search results")." ($search)"; } else if ($search && preg_match('/^-?[0-9][0-9]*$/', $feed) == false) { - $feed_title = __("Tag search results")." ($search, $feed)"; + $feed_title = __("Search results")." ($search, $feed)"; } else if (preg_match('/^-?[0-9][0-9]*$/', $feed) == false) { $feed_title = $feed; } else if (preg_match('/^-?[0-9][0-9]*$/', $feed) != false && $feed >= 0) { @@ -2447,7 +2447,7 @@ } if ($search) { - $feed_title = __("Category search results")." ($search, $feed_title)"; + $feed_title = __("Searched for")." $search ($feed_title)"; } } else { @@ -2460,7 +2460,7 @@ $last_error = db_fetch_result($result, 0, "last_error"); if ($search) { - $feed_title = __("Feed search results") . " ($search, $feed_title)"; + $feed_title = __("Searched for") . " $search ($feed_title)"; } } @@ -2473,7 +2473,7 @@ $feed_title = db_fetch_result($result, 0, "description"); if ($search) { - $feed_title = __("Label search results") . " ($search, $feed_title)"; + $feed_title = __("Searched for") . " $search ($feed_title)"; } } else { $feed_title = "?"; @@ -2923,7 +2923,7 @@ print "
  • - ".__('Convert to Label').""; + ".__('Convert to label').""; } print " "; @@ -2949,7 +2949,7 @@ print "   - ".__('Convert to Label').""; + ".__('Convert to label').""; } print ""; -- cgit v1.2.3