From 390a0fbaf92fd4a961cd5f6278bfb9c8195d8c9f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 3 Oct 2012 20:21:03 +0000 Subject: [PATCH] Remove the additional languages for the app description will be moving that to the app_languages.php file. --- app/fax/app_config.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 1a8c9d6329..fe26eb8f43 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -7,16 +7,7 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en-us'] = 'To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.'; - $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; - $apps[$x]['description']['de-ch'] = ''; - $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; - $apps[$x]['description']['fr-ca'] = ''; - $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = ''; - $apps[$x]['description']['pt-br'] = ''; + $apps[$x]['description']['en'] = 'To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.'; //menu details $apps[$x]['menu'][0]['title']['en'] = 'Fax Server';