On 04/24/2013 11:54 AM, Ken Johnson wrote: > Mike, > > Thanks for your helpful reply. You inspired me to go grepping, and it turns > out that adding these four lines to en.po 'fixed' the 'problem'. The > strings change both in the link labels at the top right of the ticket > history and in the Actions menu. > > msgid "Reply" > msgstr "Public Reply" > msgid "Comment" > msgstr "Private Comment" > > Would the 'clean' way to do this be to create a custom language (say > 'English_Local') and then set all of the users to that language? I am not > sure.
You make local changes to the various language files by putting your strings in local/po/. For example, if you put just your four lines above into local/po/en.po, it would be automatically merged with the stock English "translation".
