summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-24 09:01:57 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-24 09:01:57 +0000
commitd721a4f0d974f93d04db19c8d1c107b9d24dd3f5 (patch)
tree33a479695c635ff1d17037e545278ec680f6451b /modules/system/system.module
parenta895b149327ab4c905fc73d87199bc8268c63916 (diff)
downloadbrdo-d721a4f0d974f93d04db19c8d1c107b9d24dd3f5.tar.gz
brdo-d721a4f0d974f93d04db19c8d1c107b9d24dd3f5.tar.bz2
- Patch #98365 by webchick and RobRoy: added missing t() functions.
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 e3b4cbdb6..0c0a49b70 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -565,7 +565,7 @@ function system_site_information_settings() {
$form['anonymous'] = array(
'#type' => 'textfield',
'#title' => t('Anonymous user'),
- '#default_value' => variable_get('anonymous', 'Anonymous'),
+ '#default_value' => variable_get('anonymous', t('Anonymous')),
'#description' => t('The name used to indicate anonymous users.')
);
$form['site_frontpage'] = array(