From 63239abdf119cbe21fe316bddc9ba6acc164f2c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Tue, 30 May 2017 16:08:32 +0200 Subject: [PATCH] Bug 18699: Get rid of %%] in translation for edi_accounts.tt Translation for edi_accounts.tt exposes: [%% transport_types = [ 'FTP', 'SFTP', 'FILE' ] %%] Translators should not be confronted with such code internals. To test: - Review code change (it removes line breaks) - Bonus test: Create a new translatin for "language" aa-AA and verify that the line no longer appears in aa-AA-staff-prog.po Signed-off-by: Josef Moravec Signed-off-by: Brendan A Gallagher (cherry picked from commit 3b64ebe2346de50d2fa3745d0febb935b5cc8b75) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt index 30791ad421..1b9882f214 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt @@ -97,10 +97,7 @@
  • - [% transport_types = [ - 'FTP', 'SFTP', 'FILE' - ] - %] + [% transport_types = [ 'FTP', 'SFTP', 'FILE' ] %]