Bugzilla – Attachment 73658 Details for
Bug 19910
Download report as 'Comma separated' is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19910: Use span to make translators happy
Bug-19910-Use-span-to-make-translators-happy.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2018-04-04 18:55:46 UTC
(
hide
)
Description:
Bug 19910: Use span to make translators happy
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-04 18:55:46 UTC
Size:
1.40 KB
patch
obsolete
>From 8ab40c68cd72ce44f98957413d1ed6c114a759b4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 4 Apr 2018 15:54:58 -0300 >Subject: [PATCH] Bug 19910: Use span to make translators happy > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc >index e6b4aca0e5..c6b1ce0297 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc >@@ -1,8 +1,8 @@ > [% SWITCH Koha.Preference('delimiter') %] >- [% CASE '#' %]Pound (#) separated text (.csv) >- [% CASE ',' %]Comma separated text (.csv) >- [% CASE '/' %]Slash separated text (.csv) >- [% CASE ';' %]Semicolon separated text (.csv) >- [% CASE '\\' %]Backslash separated text (.csv) >- [% CASE 'tabulation' %]Tab separated text (.csv) >+ [% CASE '#' %]<span>Pound (#) separated text (.csv)</span> >+ [% CASE ',' %]<span>Comma separated text (.csv)</span> >+ [% CASE '/' %]<span>Slash separated text (.csv)</span> >+ [% CASE ';' %]<span>Semicolon separated text (.csv)</span> >+ [% CASE '\\' %]<span>Backslash separated text (.csv)</span> >+ [% CASE 'tabulation' %]<span>Tab separated text (.csv)</span> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19910
:
70246
|
70643
|
70977
|
73494
|
73518
|
73592
| 73658