Changeset 1204 in MondoRescue
- Timestamp:
- Feb 25, 2007, 11:28:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondorestore.c
r1203 r1204 662 662 #endif 663 663 if ((strstr(tmp1,"restore") == NULL) || 664 (strstr(tmp1,"RESTORE") == NULL)) {664 (strstr(tmp1,"RESTORE") == NULL)) { 665 665 /* -H option */ 666 666 mr_asprintf(&tmp, 667 _(" Mondo has restored your system. Please remove the backup media and reboot.\n\nPlease visit our website at http://www. 668 mondorescue.org for more information.")); 667 _(" Mondo has restored your system. Please remove the backup media and reboot.\n\nPlease visit our website at http://www.mondorescue.org for more information.")); 669 668 popup_and_OK(tmp); 670 669 mr_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.