From 3410452b0233434ab231f09ecae58b93509547b9 Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 13 Nov 2007 11:59:12 -0600 Subject: [PATCH] small text formatting change, added spaces Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/serials/subscription-add.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl index 8fe74128b3..34cbd930df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl @@ -523,7 +523,7 @@ function irregularity_check(){ } error=errortext; } else { - errortext +=expected+_("issues expected")+rollover+_(" were entered.
Please indicate which date(s) an issue is not expected
"); + errortext +=expected+_(" issues expected, ")+rollover+_(" were entered.
Please indicate which date(s) an issue is not expected
"); var count=0; for(var i=rollover;i\n"; @@ -535,7 +535,7 @@ function irregularity_check(){ } } if(toobig){ - errortext +=expectedover+_(" issues expected ")+rollover+_(" were entered.
You seem to have indicated more issues per year than expected."); + errortext +=expectedover+_(" issues expected, ")+rollover+_(" were entered.
You seem to have indicated more issues per year than expected."); error=errortext; } if(error.length ==0){ -- 2.39.2