Skip to content

Commit 46d7a5c

Browse files
authored
Merge pull request #5 from andrewbird/nls-01
FD-NLS: Update to English text
2 parents 1e2de51 + b10f2d1 commit 46d7a5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nls/move.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
0.5:source1[, source2[,...]] destination
99
0.6: source The name of the file or directory you want to move (rename)
1010
0.7: destination Where you want to move the file(s) to
11-
0.8: Supresses prompting to confirm you want to overwrite
11+
0.8: Suppresses prompting to confirm you want to overwrite
1212
0.9: an existing destination file.
1313
0.10: Causes prompting to confirm you want to overwrite an
1414
0.11: existing destination file.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MOVE source1[, source2[,...]] destination
77

88
source The name of the file or directory you want to move (rename)
99
destination Where you want to move the file(s) to
10-
/Y Supresses prompting to confirm you want to overwrite
10+
/Y Suppresses prompting to confirm you want to overwrite
1111
an existing destination file.
1212
/-Y Causes prompting to confirm you want to overwrite an
1313
existing destination file.

src/move.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ static void Usage(char switchch)
568568
PRINTF("%s\n", catgets(cat, 0,6," source The name of the file or directory you want to move (rename)"));
569569
PRINTF("%s\n", catgets(cat, 0,7," destination Where you want to move the file(s) to"));
570570
PRINTF(" %cY%s\n",switchch,
571-
catgets(cat, 0,8," Supresses prompting to confirm you want to overwrite"));
571+
catgets(cat, 0,8," Suppresses prompting to confirm you want to overwrite"));
572572
PRINTF("%s\n", catgets(cat, 0,9," an existing destination file."));
573573
PRINTF(" %c-Y%s\n",switchch,
574574
catgets(cat, 0,10," Causes prompting to confirm you want to overwrite an"));

0 commit comments

Comments
 (0)