X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FOptionValue.php;h=90e3ec4e00699e20b15d18c047ab654da655322f;hb=ec022878580e581215e845f418797dddf416a325;hp=8af262fab8c63f8d097608276ee116108110b1da;hpb=d25dd0ee5e47188c3ea9ad2918f627cfac97ddbd;p=civicrm-core.git diff --git a/CRM/Core/OptionValue.php b/CRM/Core/OptionValue.php index 8af262fab8..90e3ec4e00 100644 --- a/CRM/Core/OptionValue.php +++ b/CRM/Core/OptionValue.php @@ -1,9 +1,9 @@ $optionGroupID); // use the next available value /* CONVERT(value, DECIMAL) is used to convert varchar - field 'value' to decimal->integer */ + field 'value' to decimal->integer */ $params['value'] = (int) CRM_Utils_Weight::getDefaultWeight('CRM_Core_DAO_OptionValue', $fieldValues, @@ -237,7 +237,7 @@ class CRM_Core_OptionValue { } /** - * Check if there is a record with the same name in the db + * Check if there is a record with the same name in the db. * * @param string $value * The value of the field we are checking. @@ -267,7 +267,7 @@ class CRM_Core_OptionValue { } /** - * Check if there is a record with the same name in the db + * Check if there is a record with the same name in the db. * * @param string $mode * @param string $contactType @@ -291,7 +291,7 @@ class CRM_Core_OptionValue { $nameTitle = array( 'payment_instrument' => array( 'name' => 'payment_instrument', - 'title' => ts('Payment Instrument'), + 'title' => ts('Payment Method'), 'headerPattern' => '/^payment|(p(ayment\s)?instrument)$/i', ), );