https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42134 --- Comment #2 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 196181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196181&action=edit Bug 42134: String displays incorrectly: words ânoticesâ and âforâ appear concatenated This patch changes the way the notices template checks for the existence of the TranslateNotices system preference in order to avoid a missing space in the corresponding label. To test you should have at least two languages enabled under the StaffInterfaceLanguages system preference. - Apply the patch and go to Administration -> System preferences.. - Locate the TranslateNotices preference and set it to "Allow" - Go to Tools -> Notices and edit a notice. - The "Modify notice" page should have tabs each of your enabled languages as well as "Default." - Each tab should have a "Format" section. Expand it and check that the label for the checkbox at the bottom is correct, e.g. "Apply format settings to all notices for this language." - Return to system preferences and set TranslateNotices to "Don't allow." - Reload the notice edit screen and check the "Format" section. The label should now read "Apply format settings to all notices." Sponsored-by: Athens County Public Libraries Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.