Summary: | Hard to translate strings on patron search results page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | I18N/L10N | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, f.demians, mirko, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13856: Hard to translate strings on patron search results page
Bug 13856: Hard to translate strings on patron search results page Bug 13856: Hard to translate strings on patron search results page |
Description
Katrin Fischer
2015-03-17 22:22:30 UTC
Created attachment 36966 [details] [review] Bug 13856: Hard to translate strings on patron search results page 'Add selected patrons to:' at the top of the patron search result table is hard to translate correctly, because the 'to:' appears as a separate string from the rest of the sentence. To test: - Make sure patron lists are activated - Do a patron search with more than 1 result - Look for the text at the top of the search results table - Verify it looks the same before and after the patch Bonus: - run perl translate update <langcode> and verify the 2 strings are now 1 string with the patch applied Created attachment 36993 [details] [review] Bug 13856: Hard to translate strings on patron search results page 'Add selected patrons to:' at the top of the patron search result table is hard to translate correctly, because the 'to:' appears as a separate string from the rest of the sentence. To test: - Make sure patron lists are activated - Do a patron search with more than 1 result - Look for the text at the top of the search results table - Verify it looks the same before and after the patch Bonus: - run perl translate update <langcode> and verify the 2 strings are now 1 string with the patch applied Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Created attachment 36998 [details] [review] Bug 13856: Hard to translate strings on patron search results page 'Add selected patrons to:' at the top of the patron search result table is hard to translate correctly, because the 'to:' appears as a separate string from the rest of the sentence. To test: - Make sure patron lists are activated - Do a patron search with more than 1 result - Look for the text at the top of the search results table - Verify it looks the same before and after the patch Bonus: - run perl translate update <langcode> and verify the 2 strings are now 1 string with the patch applied Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Patch pushed to master. Nice catch Katrina! Pushed to 3.18.x will be in 3.18.6 |