From: Siebrand Mazeland Date: Sat, 18 Sep 2010 22:13:06 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=159e3e7b7138b4425c64e01c498f21ccb14026c6;p=quix0rs-gnu-social.git Fix typo --- diff --git a/plugins/Gravatar/GravatarPlugin.php b/plugins/Gravatar/GravatarPlugin.php index 23f04e7db6..e4782cb9fb 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 address set in your profile.'), + return array('message' => _m('You do not have an email address set in your profile.'), 'success' => false); } //Get rid of previous Avatar