]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Rename "Time till next recording" to "Next Recording In".
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 29 Nov 2007 05:58:25 +0000 (18:58 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 29 Nov 2007 05:58:25 +0000 (18:58 +1300)
This is to make the line length a little bit shorter, perhaps in preparation
of lining up the oneliners.

bin/mythtv-status

index 857c568ee56b2fe302486a93528f5c69b232bf5e..68192ae1142b4103e11ee8bfcbc98b78d8f9d520 100755 (executable)
@@ -47,7 +47,7 @@ GetOptions(
   'recording-now!'        => \$display{'Recording Now'},
   'scheduled-recordings!' => \$display{'Scheduled Recordings'},
   'schedule-conflicts!'   => \$display{'Schedule Conflicts'},
-  'next-recording!'       => \$display{'Time till next recording'},
+  'next-recording!'       => \$display{'Next Recording In'},
   'disk-space!'           => \$display{'Disk Space'},
 
   'file=s'                => \$xml_file,
@@ -68,7 +68,7 @@ die "Sorry, port isn't a number.\n"
 # Default to not showing some blocks if we're sending email, but let the
 # user override us.
 if (scalar(@email) > 0) {
-  for my $block ('Encoders', 'Recording Now', 'Time till next recording') {
+  for my $block ('Encoders', 'Recording Now', 'Next Recording In') {
     if (! defined $display{$block}) {
       $display{$block} = 0;
     }
@@ -231,7 +231,7 @@ my @blocks = (
 
   # How many hours till the next recording.
   {
-    'name' => 'Time till next recording',
+    'name' => 'Next Recording In',
     'type' => 'sub',
     'format' => 'one line',
     'template' => '__next_time__',
@@ -637,7 +637,7 @@ Any upcoming schedule conflicts (not just limited to today or tomorrow).
 
 The amount of disk space in total, and used by MythTV.
 
-=item Time till next recording
+=item Next Recording In
 
 If there are no recordings currently happening, then the amount of time until
 the next recording is displayed.