Index: autosave.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/autosave/autosave.install,v retrieving revision 1.2.2.7 diff -u -r1.2.2.7 autosave.install --- autosave.install 12 Sep 2008 13:37:55 -0000 1.2.2.7 +++ autosave.install 18 Jun 2009 18:24:04 -0000 @@ -28,7 +28,7 @@ function autosave_schema() { return array( 'autosaved_forms' => array( - 'description' => t("Table to save forms in the database"), + 'description' => 'Table to save forms in the database', 'fields' => array( 'form_id' => array( 'type' => 'varchar',