Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-11346

Cannot Translate "Other Amount" because string is not passed through the ts() function

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Critical
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.2.6
    • Fix Version/s: 4.3.0
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      The Label "Other Amount" is not passed through the ts() function, so it cannot be translated.

      This String can be found in the file:
      CRM/Price/BAO/Field.php
      on Line 362.

      Currently it says:
      $none = 'Other Amount';
      It should be:
      $none = ts('Other Amount');

      I would write a patch for this, but I'm a first time Issue reporter and I'm not sure the process for doing so in Civi, if you could let me know then I'd be happy to submit a patch.

      thanks!

        Attachments

          Activity

            People

            • Assignee:
              dgg David Greenberg
              Reporter:
              davidbarratt David Barratt
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: