From 108860e4af728da9501e5fb787f52bd33280034d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 9 May 2016 18:42:27 +0000 Subject: [PATCH] Fix unwanted api conversion --- addressbook/inc/class.addressbook_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 673c79cc90..5891034586 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -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'];