Bug 11495: Make "Select titles to: " translatable

Fixes translation of "Select titles to: " on the Bootstrap
OPAC result page.

Test plan:
- Update one of the po files running:
  perl translate update <langcode>
- Verify that "Select titles to: " is only listed once for
  search-results.tt
Apply patch
- Verify addings titles to lists and cart from the result list
  still works as expected
- Rerun the po file update
- Verify the string is now listed twice for search-results.tt

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Katrin Fischer 2014-01-11 15:54:44 +01:00 committed by Galen Charlton
parent d567733f23
commit 133746136c

View file

@ -704,7 +704,7 @@ $(document).ready(function(){
var param1 = "";
[% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) || loggedinusername ) %]
param1 += "<span id=\"selections\">Select titles to: </span>";
param1 += "<span id=\"selections\">"+_("Select titles to: ")+"</span>";
[% END %]
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]