https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #5 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Overall this is a nice improvement, but there are a few where we lose context:

Now:
%s Batch check out to %s &rsaquo; %s Circulation &rsaquo; Koha␠

%1$s: IF patron
%2$s: INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1
%3$s: END 

The second %s can be moved if needed, the hints make it clear that it's a
patron's name.

New:
Batch check out to

There will no longer be a clue, that this string is followed by a name and you
will no longer be able to move the placeholder as it might be required for
correct grammar.

There are a few more of these:

+        [% t("Checking out to") | html %] [% INCLUDE 'patron-title.inc'
invert_name = 1 no_html = 1 %] &rsaquo;

+ [% t("Batch check out to") | html %] [% INCLUDE 'patron-title.inc'
invert_name = 1 no_html = 1 %] &rsaquo;

+    [% t("Items overdue as of") | html %] [% todaysdate | $KohaDates %]
&rsaquo;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to