From: Andrew Ruthven Date: Thu, 29 Nov 2007 05:58:25 +0000 (+1300) Subject: Rename "Time till next recording" to "Next Recording In". X-Git-Tag: 0.6.0~29 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e79bd4313310c38b8648f05e876632d99c7764d;p=mythtv-status.git Rename "Time till next recording" to "Next Recording In". This is to make the line length a little bit shorter, perhaps in preparation of lining up the oneliners. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 857c568..68192ae 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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.