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

Missing translation string in Dashboard

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6
    • Component/s: Internationalisation
    • Labels:
      None

      Description

      In the dashboard, the word "Overdue" (for activities shown on the dashboard) lacks translation string.

      It is located in the file "civicrm/templates/CRM/Contact/Page/View/DashBoard.tpl", line 38, has

      <td>{$row.status_display}

      {if $row.overdue}<br />(Overdue){/if}</td>

      should be (I think):

      <td>{$row.status_display}{if $row.overdue}

      <br />(

      {ts}

      Overdue

      {/ts}

      )

      {/if}

      </td>

      We are using CiviCRM 1.6.8022, but it affects 1.6.8274 too.

      regards,
      matt

        Attachments

          Activity

            People

            • Assignee:
              rupam Rupam Jaiswal
              Reporter:
              mlutfy Mathieu Lutfy
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: