Fix unwanted api conversion

This commit is contained in:
Nathan Gray 2016-05-09 18:42:27 +00:00
parent 251de1dc54
commit 108860e4af

View File

@ -309,7 +309,7 @@ class addressbook_ui extends addressbook_bo
'cc' => 'Cc',
'bcc' => 'Bcc',
);
$sel_options['adr_one_countrycode']['-custom-'] = lang('No Api\Country selected');
$sel_options['adr_one_countrycode']['-custom-'] = lang('No country selected');
// if there is any export limit set, pass it on to the nextmatch, to be evaluated by the export
if (isset($this->config['contact_export_limit']) && (int)$this->config['contact_export_limit']) $content['nm']['export_limit']=$this->config['contact_export_limit'];