Fix typo.

This commit is contained in:
Siebrand Mazeland 2010-09-18 17:16:48 +02:00
parent cfe60815bc
commit 1c5e00df30

View File

@ -138,7 +138,7 @@ class GravatarPlugin extends Plugin
$cur = common_current_user(); $cur = common_current_user();
if(empty($cur->email)) { 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); 'success' => false);
} }
//Get rid of previous Avatar //Get rid of previous Avatar