Bug 11615 - Untranslatable label_element and operator in label manage alert
Summary: Untranslatable label_element and operator in label manage alert
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 10:29 UTC by paxed
Modified: 2015-06-04 23:23 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2014-01-27 10:29:14 UTC
alert(_("Please select only one ")+"[% label_element %]"+_(" to")+op+".");

In addition to label_element and op being untranslatable, the " to" -string needs a space after it - otherwise we get messages like "Please select only one layout toedit."
Comment 1 paxed 2014-01-27 10:31:15 UTC
And a few lines below that:

alert(_("Please select a ")+"[% label_element %].");
Comment 2 Bernardo Gonzalez Kriegel 2014-08-14 23:49:32 UTC
This was fixed on Bug 11365