From 787de1a3b5aa855d8e8f2c7c403003777554a0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 30 May 2017 16:08:32 +0200 Subject: [PATCH] [SIGNED-OFF] 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 --- koha-tmpl/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 30791ad..1b9882f 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' ] %]