diff --git a/inc/class-jobtype-dbdump.php b/inc/class-jobtype-dbdump.php index 88fc3bdc..862a9fb0 100644 --- a/inc/class-jobtype-dbdump.php +++ b/inc/class-jobtype-dbdump.php @@ -4,7 +4,7 @@ class BackWPup_JobType_DBDump extends BackWPup_JobTypes public function __construct() { $this->info['ID'] = 'DBDUMP'; - $this->info['name'] = __('DB Backup', 'backwpup'); + $this->info['name'] = __('Database', 'backwpup'); $this->info['description'] = __('Database backup', 'backwpup'); $this->info['URI'] = __('http://backwpup.com', 'backwpup'); $this->info['author'] = 'WP Media';