diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 16:11:31 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 16:11:31 +0000 |
commit | ab3e381267df9d897c06af94eb6ebfa857c3d1f2 (patch) | |
tree | fd2db4a758faa218cb713582de626da029a1f902 /languages/en.php | |
parent | 156ea6714c93ff07362b60a562ef604bad9a6947 (diff) | |
download | elgg-ab3e381267df9d897c06af94eb6ebfa857c3d1f2.tar.gz elgg-ab3e381267df9d897c06af94eb6ebfa857c3d1f2.tar.bz2 |
Group search language correction
git-svn-id: https://code.elgg.org/elgg/trunk@3311 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 06af1264f..8d3b6b621 100644 --- a/languages/en.php +++ b/languages/en.php @@ -414,7 +414,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'search' => "Search",
'searchtitle' => "Search: %s",
- 'users:searchtitle' => "Searching for users: %s",
+ 'users:searchtitle' => "Searching for users: %s", + 'groups:searchtitle' => "Searching for users: %s",
'advancedsearchtitle' => "%s with results matching %s",
'notfound' => "No results found.",
'next' => "Next",
|