summaryrefslogtreecommitdiff
path: root/program/steps/settings/func.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-19 11:08:32 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-19 11:08:32 +0100
commit37557b5f086d64348a42dccaf922e541b87c2d13 (patch)
tree6764eb17cb50f2ec10c3508e5baa723fdcb48722 /program/steps/settings/func.inc
parentac382e114570537e038eca79d2c8b90a4b95af12 (diff)
parent6459d86291d39879316694373e13d9e5e3129f5e (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r--program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index 876e02761..2c19d88df 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -705,7 +705,7 @@ function rcmail_user_prefs($current=null)
}
$blocks['main']['options']['default_addressbook'] = array(
- 'title' => html::label($field_id, Q(rcube_label('defaultaddressbook'))),
+ 'title' => html::label($field_id, Q(rcube_label('defaultabook'))),
'content' => $select_abook->show($config['default_addressbook']),
);
}