From 89bb2dca720d3f4b2400e7a866445c0181353807 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Sep 2009 21:24:07 +0200 Subject: [PATCH] Tweak English in bweb --- gui/bweb/lib/Bweb.pm | 6 +++--- gui/bweb/tpl/general.tpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 31db71bdfc..6b9212cd99 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -4042,9 +4042,9 @@ WHERE Job.JobId = $arg->{jobid} my $status = $row->{jobstatus}; if ($status =~ /[TfAaEWD]/) { - $self->display_job_zoom($arg->{jobid}); + $self->display_job_zoom($arg->{jobid}); $self->get_job_log(); - return; + return; } if ($row->{type} eq 'B') { @@ -5163,7 +5163,7 @@ sub display_missing_job } $self->display({ id => $cur_id++, - title => "Missing Job (since $arg->{begin} to $arg->{end})", + title => "Missing Jobs (from $arg->{begin} to $arg->{end})", list => $self->{tmp}, wiki_url => $self->{info}->{wiki_url}, missing_mode => 1, diff --git a/gui/bweb/tpl/general.tpl b/gui/bweb/tpl/general.tpl index b35da8bdee..056d3a2bb4 100644 --- a/gui/bweb/tpl/general.tpl +++ b/gui/bweb/tpl/general.tpl @@ -14,10 +14,10 @@ bweb_add_refresh(); __Total media:__ __Database size:__ - __Total Pool:__ - __Total Job:__ + __Total Pools:__ + __Total Jobs:__ - __Job failed__ (): + __Jobs failed__ (): class='joberr' > -- 2.39.5