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

          [CRM-1555] Missing translation string in Dashboard
          Piotr Szotkowski added a comment -

          Reopening closed issues to make them editable.

          Piotr Szotkowski added a comment -

          Changing the issue to resolved and unverified for 1.8.

          Piotr Szotkowski added a comment -

          Make the issue unverified for 1.8.

          Piotr Szotkowski added a comment -

          Assigning to Rupam for 1.8 verification.

            People

            • Assignee:
              Rupam Jaiswal
              Reporter:
              Mathieu Lutfy

              Dates

              • Created:
                Updated:
                Resolved: