diff --git a/api/v3/examples/Setting/GetFields.php b/api/v3/examples/Setting/GetFields.php index 32c450e058a8..478c1c2c5f8c 100644 --- a/api/v3/examples/Setting/GetFields.php +++ b/api/v3/examples/Setting/GetFields.php @@ -1118,7 +1118,7 @@ function setting_getfields_expectedresult() { 'maxlength' => '64', ), 'default' => '', - 'title' => 'Drupal Users Table Name', + 'title' => 'CMS Users Table Name', 'description' => '', ), 'wpLoadPhp' => array( diff --git a/settings/Core.setting.php b/settings/Core.setting.php index afc5566b6d0d..5d60de95d28e 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -859,7 +859,7 @@ 'maxlength' => '64', ), 'default' => NULL, - 'title' => ts('Drupal Users Table Name'), + 'title' => ts('CMS Users Table Name'), 'description' => '', ), 'wpLoadPhp' => array(