summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-29 18:17:21 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-29 18:17:21 +0000
commit48e13d41f7a93f03f20ddd07327f52f85a72f1ba (patch)
tree916da6a2e72536203a489fab3749e19324c02945 /modules/system/system.module
parent2348e7de6f9714496316ee42d5598efeb0faaee3 (diff)
downloadbrdo-48e13d41f7a93f03f20ddd07327f52f85a72f1ba.tar.gz
brdo-48e13d41f7a93f03f20ddd07327f52f85a72f1ba.tar.bz2
- Patch #147767 by Eaton, moshe et al: fixed punctuation error.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index de3f2e86c..3354a39d8 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -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'),
);