This also was reported on the wiki (http://wiki.koha-community.org/wiki/Yet_not_translatable_string) On Koha's start page not all OK's buttons will be translated. The OK button for OPAC search is not translatable.
Created attachment 8311 [details] [review] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:"
Created attachment 8376 [details] [review] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:"
Created attachment 8377 [details] [review] [SIGNED-OFF] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:" Signed-off-by: mveron <veron@veron.ch>
How I tested: Code near Search catalog (before applying patch) <input value=" OK " class="submit" type="submit"> After applying patch: <input value="OK" class="submit" type="submit"> Blanks around OK are gone.
Trivial change to a template, removing two spaces. Marking Passed QA.
This bug will be included in the Koha 3.6.5 release.