Remove extra characters from the call flow app_languages.

This commit is contained in:
Mark Crane
2013-09-13 22:10:38 +00:00
parent 2c354f23d2
commit 82807926d8

View File

@@ -1,7 +1,6 @@
<?php
//Call Flows
$text['title-call_flows']['en-us'] = 'Call Flows';
$text['title-call_flows']['pt-pt'] = '';
@@ -11,24 +10,18 @@
$text['description-call_flows']['en-us'] = 'Direct calls between two destinations by calling a feature code.';
$text['description-call_flows']['pt-pt'] = '';
//------
$text['title-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['title-call_flow-edit']['pt-pt'] = '';
$text['header-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['header-call_flow-edit']['pt-pt'] = '';
//------
$text['title-call_flow-add']['en-us'] = 'Call Flow Add';
$text['title-call_flow-add']['pt-pt'] = '';
$text['header-call_flow-add']['en-us'] = 'Call Flow Add';
$text['header-call_flow-add']['pt-pt'] = '';
//------
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = '';