diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-02-01 07:19:29 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-02-01 07:19:29 -0500 |
commit | 1c1fe3b50e5a3297115c57543932a210d585a539 (patch) | |
tree | 380480549fd9135b5554d5b0f0121c18c7a97baa /languages/en.php | |
parent | 20b29861d4ab48ad3f80925906ee70eb89ccddbc (diff) | |
download | elgg-1c1fe3b50e5a3297115c57543932a210d585a539.tar.gz elgg-1c1fe3b50e5a3297115c57543932a210d585a539.tar.bz2 |
working around bug in Elgg for river strings
Diffstat (limited to 'languages/en.php')
-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 8c5beff1b..34afb3700 100644 --- a/languages/en.php +++ b/languages/en.php @@ -23,6 +23,8 @@ $english = array( 'openid_client:warning:username_not_available' => 'The username %s is not available. Please pick another.',
'openid_client:warning:username_valid' => 'The username %s is not valid as this site. Please pick another.',
'openid_client:warning:email_not_available' => 'The email address %s is not available. Please pick another.',
+
+ 'river:friend:user:openid' => "%s is now a friend with %s",
);
add_translation('en', $english);
|