Changeset 1204 in MondoRescue


Ignore:
Timestamp:
Feb 25, 2007, 11:28:10 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fond ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondorestore.c

    r1203 r1204  
    662662#endif
    663663        if ((strstr(tmp1,"restore") == NULL) ||
    664         (strstr(tmp1,"RESTORE") == NULL)) {
     664            (strstr(tmp1,"RESTORE") == NULL)) {
    665665            /* -H option */
    666666            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."));
    669668            popup_and_OK(tmp);
    670669            mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.