DB -> database

This commit is contained in:
Siebrand Mazeland 2010-09-18 21:27:29 +02:00
parent ba6538ed78
commit a7fca907dc
1 changed files with 1 additions and 1 deletions

View 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);
}
}