--- system.install	2008-04-25 23:24:20.000000000 +0200
+++ system.install	2008-08-14 21:15:38.000000000 +0200
@@ -591,7 +591,7 @@ function system_schema() {
         'not null' => TRUE,
         'default' => 0),
       'status' => array(
-        'description' => t('A flag indicating whether file is temporary (1) or permanent (0).'),
+        'description' => t('A flag indicating whether file is temporary (0) or permanent (1).'),
         'type' => 'int',
         'not null' => TRUE,
         'default' => 0),
