-
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 (.).
- is related to
-
CO-117 I18N not finished
-
- Open
-