]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
More correct label.
authorEric Wilde <ewilde@bsmdevelopment.com>
Mon, 12 Nov 2018 11:11:21 +0000 (00:11 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 12 Nov 2018 11:11:21 +0000 (00:11 +1300)
bin/mythtv-status

index 8cf34176d1b23ebd5f8ab631fb30a23faa73c254..f5e39919c03a6e2d5c06aecf3593bbaa00697765 100755 (executable)
@@ -159,6 +159,7 @@ if (scalar(@{ $c->{'email'} }) > 0) {
 my $safe = '';
 my $warning = '';
 my $normal = '';
+
 if ($c->{'colour'} && scalar(@{ $c->{'email'} }) == 0) {
   $safe    = "\033[0;32m";
   $warning = "\033[1;31m";
@@ -217,7 +218,7 @@ my @blocks = (
 
   # Date/Time from server
   {
-    'name'  => 'Status',
+    'name'  => 'Status as of',
     'type'  => 'xpath',
     'xpath' => "//Status",
     'attrs' => [ qw/ISODate time date/ ],