diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2016-02-22 10:38:17 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2016-02-22 10:38:17 +0100 |
commit | b9dc788eb633fa9e5c1f274f2dce6d1f1dd8ac75 (patch) | |
tree | a92a03a13b0bb7281e61f70006203dcd3ff6d948 /src/pdiskseln.c | |
parent | 3fbf22ea46345c2faec5cd9f193fd656b28a93be (diff) |
Improve English grammar, capitalization, and punctuation
Diffstat (limited to 'src/pdiskseln.c')
-rw-r--r-- | src/pdiskseln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdiskseln.c b/src/pdiskseln.c index d72cec3..3b1c39d 100644 --- a/src/pdiskseln.c +++ b/src/pdiskseln.c @@ -145,7 +145,7 @@ static int photorec_disk_selection_ncurses(struct ph_param *params, struct ph_op wmove(stdscr, INTER_NOTE_Y+1, 0); wprintw(stdscr,"Disk capacity must be correctly detected for a successful recovery."); wmove(stdscr, INTER_NOTE_Y+2, 0); - wprintw(stdscr,"If a disk listed above has incorrect size, check HD jumper settings, BIOS"); + wprintw(stdscr,"If a disk listed above has an incorrect size, check HD jumper settings and BIOS"); wmove(stdscr, INTER_NOTE_Y+3, 0); wprintw(stdscr,"detection, and install the latest OS patches and disk drivers."); } |