From 365ae998311c21d615ec485a02e834c126266a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 13 Dec 2015 10:47:53 +0100 Subject: [PATCH] [SIGNED-OFF]Bug 15362: Translatability: Fix issue on Administration 'Did you mean?' Fix sentence splitting by tags on didyoumean.tt leading to odd translations. To test: - Apply patch - Go to Home > Administration > Did you mean? - Verify that the information below the title displays properly and makes sense. - Disable Javascript, reload page - Verify that the warning about missing Javascript displays properly and makes sense. Signed-off-by: Hector Castro Works as descrived. Removed em tags for translation purpose --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt index fd9dfe1..3b565f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt @@ -72,16 +72,16 @@

Did you mean?

- Please put the Did you mean? plugins in order by significance, from + Please put the 'Did you mean?' plugins in order by significance, from most significant to least significant, and check the box to enable those - plugins that you want to use. (NOTE: Did you mean? functionality + plugins that you want to use. (NOTE: 'Did you mean?' functionality is not yet enabled on the staff client)
-- 1.7.10.4