From 890d0a6a09f88d9245082cdf55017b935e045f32 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 22 Mar 2013 11:40:02 +0100 Subject: [PATCH] Bug 5343: Fix non english string Replace "Not orderable" with "Cannot be ordered" and 3 others typos --- .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 2 +- .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt index d5b049a..ea9bc32 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -96,7 +96,7 @@ Order [% ELSE %] - Not orderable + Cannot be ordered [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt index 1dea871..a7b9e83 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -136,7 +136,7 @@ $(document).ready(function() {

Acquisition details

- + @@ -146,7 +146,7 @@ $(document).ready(function() { @@ -157,7 +157,7 @@ $(document).ready(function() { -- 1.7.10.4
Price exc. taxesPrice inc. taxesfund
Price exc. taxesPrice inc. taxesFund
[% budget_name_ordered %] [% IF ( ordered_exists ) %] - See basket informations + See basket information [% END %]
[% budget_name_spent %] [% IF ( spent_exists ) %] - See invoice informations + See invoice information [% END %]