From 1c1fe3b50e5a3297115c57543932a210d585a539 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 1 Feb 2012 07:19:29 -0500 Subject: working around bug in Elgg for river strings --- languages/en.php | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3