Changeset 3434 in MondoRescue
- Timestamp:
- Aug 28, 2015, 3:26:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3430 r3434 962 962 if (retval) { 963 963 mvaddstr_and_log_it(g_currentY++, 74, "Failed."); 964 log_to_screen("Errors occurred during the formatting of your hard drives.");964 log_to_screen("Errors may have occurred during the formatting of your hard drives."); 965 965 } else { 966 966 mvaddstr_and_log_it(g_currentY++, 74, "Done."); … … 1777 1777 if (retval) { 1778 1778 mvaddstr_and_log_it(g_currentY++, 74, "Failed."); 1779 log_to_screen("Errors occurred during the partitioning of your hard drives.");1779 log_to_screen("Errors may have occurred during the partitioning of your hard drives."); 1780 1780 } else { 1781 1781 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
Note:
See TracChangeset
for help on using the changeset viewer.