Changeset 1541 in MondoRescue
- Timestamp:
- Jul 20, 2007, 3:56:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/mondorestore/mondo-rstr-tools.c
r1498 r1541 668 668 ("format and restore *without* partitioning first. Sorry for the inconvenience."); 669 669 } 670 sprintf(tmp, "Could not mount device s%s- shall I abort?",670 sprintf(tmp, "Could not mount device(s) %s- shall I abort?", 671 671 these_failed); 672 672 if (!ask_me_yes_or_no(tmp)) { 673 673 retval = 0; 674 674 log_to_screen 675 ("Continuing, although some device sfailed to be mounted");675 ("Continuing, although some device(s) failed to be mounted"); 676 676 mvaddstr_and_log_it(g_currentY++, 74, "Done."); 677 677 } else {
Note:
See TracChangeset
for help on using the changeset viewer.