]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Change GB to MB everywhere.
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 21 Jan 2008 19:27:10 +0000 (08:27 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 21 Jan 2008 19:33:21 +0000 (08:33 +1300)
ChangeLog
bin/mythtv-status

index 96ea0b45c61caaa1dde1dbc2686e35ab164ce963..aac325c3d3ae27e7e16e85974876c5547b42b017 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2007-01-22     Andrew Ruthven
        Change the version boundaries for the disk space blocks to reflect
        current SVN.
+       The backend returns the disk usage in MB, not GB.
 
 2007-01-20     Andrew Ruthven
        Show the shows that will be deleted by the auto expirer, and their
index 914c91491f4517467b7fe1751eff7a049af39440..ac42000f92a7ed4299831803c747eb26f1674b00 100755 (executable)
@@ -243,7 +243,7 @@ my @blocks = (
     'xml_version' => [ "== 0" ],
     'attrs' => [ qw/drive_total_total drive_total_used/ ],
     'commify' => [ qw/drive_total_total drive_total_used/ ],
-    'template' => "Total space is __drive_total_total__ GB, with __drive_total_used__ GB used (__percent__)",
+    'template' => "Total space is __drive_total_total__ MB, with __drive_total_used__ MB used (__percent__)",
     'format' => 'one line',
     'subs' => {
       'percent' => sub {
@@ -261,7 +261,7 @@ my @blocks = (
     'xml_version' => [ "> 0" ],
     'attrs' => [ qw/total used/ ],
     'commify' => [ qw/total used/ ],
-    'template' => "Total space is __total__ GB, with __used__ GB used (__percent__)",
+    'template' => "Total space is __total__ MB, with __used__ MB used (__percent__)",
     'format' => 'one line',
     'subs' => {
       'percent' => sub {
@@ -279,7 +279,7 @@ my @blocks = (
     'xml_version' => [ "> 0" ],
     'attrs' => [ qw/id total used/ ],
     'commify' => [ qw/total used/ ],
-    'template' => "Total space for group __id__ is __total__ GB, with __used__ GB used (__percent__)",
+    'template' => "Total space for group __id__ is __total__ MB, with __used__ MB used (__percent__)",
     'filter' =>  {
       'id' => sub { return $_[0] eq 'total' },
       'used' => sub {