summaryrefslogtreecommitdiff
path: root/program/steps/settings/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-18 19:27:52 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-18 19:27:52 +0100
commit6459d86291d39879316694373e13d9e5e3129f5e (patch)
tree24e56863456f6f1136c228a8f3bc0eb34e7a4979 /program/steps/settings/func.inc
parent6fa61759e2369f4702ecebe584c133f9d79e0d93 (diff)
Select default_addressbook on the list in Address Book (#1488280)
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']),
);
}