]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
DB -> database
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 19:27:29 +0000 (21:27 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 19:27:29 +0000 (21:27 +0200)
plugins/Gravatar/GravatarPlugin.php

index f415541bfe872d56107b68b97c15857e5d0ecf0b..23f04e7db68c0d459447b1841e4e269f5cc89240 100644 (file)
@@ -156,7 +156,7 @@ class GravatarPlugin extends Plugin
             $gravatar->created = DB_DataObject_Cast::dateTime(); # current time
 
             if (!$gravatar->insert()) {
-                return array('message' => _m('Failed to save Gravatar to the DB.'),
+                return array('message' => _m('Failed to save Gravatar to the database.'),
                              'success' => false);
             }
         }