diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 17:16:48 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 17:16:48 +0200 |
commit | 1c5e00df3035b2f0280ad98d028742adef2b09c4 (patch) | |
tree | 470c3abf07f6677cbfc0030c8a30f11c0b53726c | |
parent | cfe60815bc5e96a7711cd836ab829d297aaba269 (diff) |
Fix typo.
-rw-r--r-- | plugins/Gravatar/GravatarPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Gravatar/GravatarPlugin.php b/plugins/Gravatar/GravatarPlugin.php index 208262d0e..f415541bf 100644 --- a/plugins/Gravatar/GravatarPlugin.php +++ b/plugins/Gravatar/GravatarPlugin.php @@ -138,7 +138,7 @@ class GravatarPlugin extends Plugin $cur = common_current_user(); if(empty($cur->email)) { - return array('message' => _m('You do not have a email set in your profile.'), + return array('message' => _m('You do not have a email address set in your profile.'), 'success' => false); } //Get rid of previous Avatar |