6 |
($rc, $choice) = $console->message_page |
($rc, $choice) = $console->message_page |
7 |
( |
( |
8 |
- title => gettext("Write enabled backup medium not found"), |
- title => gettext("Write enabled backup medium not found"), |
9 |
+ title => gettext("Writeable backup medium not found"), |
+ title => gettext("Writable backup medium not found"), |
10 |
right => gettext("Back"), |
right => gettext("Back"), |
11 |
text => |
text => |
12 |
- gettext("No removable and write enabled media or device found"), |
- gettext("No removable and write enabled media or device found"), |
13 |
+ gettext("No removable and/or writeable media or device found"), |
+ gettext("No removable and/or writable media or device found"), |
14 |
); |
); |
15 |
goto INITIATE_BACKUP; |
goto INITIATE_BACKUP; |
16 |
} |
} |