diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:53:49 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:53:49 +0000 |
commit | 6aee12a64fb3fca901c16436e68f64876394088c (patch) | |
tree | 7fdc9e75bad978990391174d326e5ac8676e8e9a /languages | |
parent | ccd1ad27601d3053afd05aefc237e72d966cfdb0 (diff) | |
download | elgg-6aee12a64fb3fca901c16436e68f64876394088c.tar.gz elgg-6aee12a64fb3fca901c16436e68f64876394088c.tar.bz2 |
The friends picker can now be internationalized, also allows you to view users whose usernames don't begin with a letter in the char array.
git-svn-id: https://code.elgg.org/elgg/trunk@2851 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 635b46dad..38e4cdafc 100644 --- a/languages/en.php +++ b/languages/en.php @@ -355,6 +355,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'friends:river:delete' => "%s removed their friends widget.",
'friends:river:add' => "%s add someone as a friend.",
+ 'friendspicker:chararray' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
+
/**
* Feeds
*/
|