1 |
snetram |
1.1 |
diff -up e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm.string-fix e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm |
2 |
|
|
--- e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm.string-fix 2011-03-14 12:11:36.000000000 +0100 |
3 |
|
|
+++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm 2011-03-14 12:13:02.000000000 +0100 |
4 |
|
|
@@ -179,10 +179,10 @@ sub doit |
5 |
|
|
{ |
6 |
|
|
($rc, $choice) = $console->message_page |
7 |
|
|
( |
8 |
|
|
- title => gettext("Write enabled backup medium not found"), |
9 |
snetram |
1.2 |
+ title => gettext("Writable backup medium not found"), |
10 |
snetram |
1.1 |
right => gettext("Back"), |
11 |
|
|
text => |
12 |
|
|
- gettext("No removable and write enabled media or device found"), |
13 |
snetram |
1.2 |
+ gettext("No removable and/or writable media or device found"), |
14 |
snetram |
1.1 |
); |
15 |
|
|
goto INITIATE_BACKUP; |
16 |
|
|
} |