- Patch #147767 by Eaton, moshe et al: fixed punctuation error.

6.x
Dries Buytaert 2007-06-29 18:17:21 +00:00
parent 2348e7de6f
commit 48e13d41f7
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ function system_admin_theme_settings() {
$form['node_admin_theme'] = array(
'#type' => 'checkbox',
'#title' => t('Use administration theme for content editing'),
'#description' => t('Use the administration theme when editing existing nodes or creating new ones..'),
'#description' => t('Use the administration theme when editing existing posts or creating new ones.'),
'#default_value' => variable_get('node_admin_theme', '0'),
);