[Koha-bugs] [Bug 9266] Untranslated strings in tags moderation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 26 20:31:43 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9266

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 17730
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17730&action=edit
Bug 9266 - Untranslated strings in tags moderation

There are a couple of English strings in tags moderation JavaScript
which are not properly enclosed in the _() function enabling
translation. As a result, clicking a translated 'Approve' or
'Reject' button in the table of tags would change the button's
neighbor's label to the English string. This patch
corrects it.

To test, apply the patch and regenerate a translation to test with. Go
to Tools -> Tags and find a list of tags to moderate (pending, approved,
or rejected). When you click on an 'Approve' or 'Reject' tag in the
table of tags, the buttons in each Approve/Reject pair should retain
their correct translated label. For instance, looking at approved tags
in French:

[ Approuvé ] [ Rejeter ]

Clicking the "Rejetee" button should change the state to:

[ Approuver ] [ Rejetée ]

Clicking "Approuver" should return the buttons to the first state.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list