Changeset 1541 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Jul 20, 2007, 3:56:08 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix small typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-rstr-tools.c

    r1498 r1541  
    668668        ("format and restore *without* partitioning first. Sorry for the inconvenience.");
    669669}
    670 sprintf(tmp, "Could not mount devices %s- shall I abort?",
     670sprintf(tmp, "Could not mount device(s) %s- shall I abort?",
    671671        these_failed);
    672672if (!ask_me_yes_or_no(tmp)) {
    673673    retval = 0;
    674674    log_to_screen
    675         ("Continuing, although some devices failed to be mounted");
     675        ("Continuing, although some device(s) failed to be mounted");
    676676    mvaddstr_and_log_it(g_currentY++, 74, "Done.");
    677677} else {
Note: See TracChangeset for help on using the changeset viewer.