]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:13:06 +0000 (00:13 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:13:06 +0000 (00:13 +0200)
plugins/Gravatar/GravatarPlugin.php

index 23f04e7db68c0d459447b1841e4e269f5cc89240..e4782cb9fb962d01a2c20ca95867a0d9e806cbb5 100644 (file)
@@ -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