Incorrect I18n in Breadcrumbs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Affects Version/s: COmanage Registry 0.9.2 (Essential Enneagon Plus One Plus)
    • Component/s: Registry
    • None

      Various breadcrumbs are not properly internationalized for word order, using (eg)

      $this->Html->addCrumb(_txt('op.add') . ' ' . _txt('fd.name'));

      instead of (eg)

      _txt('op.add.new', array(_txt('fd.name')));

      Calls to _txt() should not be chained together using the concatenation operator (.).

            Assignee:
            Arlen Johnson
            Reporter:
            Benn Oshrin (internet2.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: