--- rpms/e-smith-base/sme8/e-smith-base-5.2.0-string-fix.patch 2011/03/14 11:08:51 1.1 +++ rpms/e-smith-base/sme8/e-smith-base-5.2.0-string-fix.patch 2011/03/14 11:17:17 1.2 @@ -6,11 +6,11 @@ diff -up e-smith-base-5.2.0/root/usr/lib ($rc, $choice) = $console->message_page ( - title => gettext("Write enabled backup medium not found"), -+ title => gettext("Writeable backup medium not found"), ++ title => gettext("Writable backup medium not found"), right => gettext("Back"), text => - gettext("No removable and write enabled media or device found"), -+ gettext("No removable and/or writeable media or device found"), ++ gettext("No removable and/or writable media or device found"), ); goto INITIATE_BACKUP; }