From f4b60b9b78dfe9e046bbdab5e7f6e3c0caf2e503 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sun, 1 Nov 2015 01:10:33 -0700 Subject: [PATCH] improved global labels for prior commit (by Terry and fsgl) --- library/globals.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index 30582045f..81bfd6e67 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -798,17 +798,17 @@ $GLOBALS_METADATA = array( 'Billing' => array( 'support_fee_sheet_line_item_provider' => array( - xl('Support line item billing in fee sheet'), + xl('Support provider in line item in fee sheet'), 'bool', // data type '0', // default = false - xl('This Enables line item billing in the fee sheet') + xl('This Enables provider in line item in the fee sheet') ), 'default_fee_sheet_line_item_provider' => array( - xl('Default to a provider for line item billing in the fee sheet'), + xl('Default to a provider for line item in the fee sheet'), 'bool', // data type '0', // default = false - xl('Default to a provider for line item billing in the fee sheet.(only applicable if Support line item billing in option above)') + xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)') ), ), -- 2.11.4.GIT