cognidox / OTRS-Joomla-Gateway

Provides seamless access to OTRS tickets through Joomla
https://www.cognidox.com/
10 stars 3 forks source link

Reply button not translated #17

Closed Quibard closed 13 years ago

Quibard commented 13 years ago

Admittedly a minor issue; I translated the language file to Dutch. Pretty straightforward, but... There are 2 reply buttons, one to the right of the message and one below. The button to the right contains my Dutch text, but the button below the issue text does not, that remains English.

I think this is caused by views/ticket/tmpl/default.php, where the last line reads Reply

If I change the >Reply< to >AnotherWord<, the button shows "AnotherWord".

Quibard commented 13 years ago

Replacing >Reply< in the last line with

<?php echo JText::_('OTRS_REPLY');?>< fixes the issue.

vittala commented 13 years ago

Thanks Aart, I've checked this into the tree now.

Regards Vittal

Quibard commented 13 years ago

in that case, let's close the issue.