Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion strings/DEFAULT.err
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# The individual words are defined by ABORT, IGNORE, RETRY, FAIL. They
# should indicate which user response keys is associated with them;
# suggested is to use the first letter and enclose it in parenthesises.
# suggested is to use the first letter and enclose it in parentheses.
# The delimiter ", " can be defined with DELIMITER and is the same
# for all slots.
# The "? " sequence is defined by QUESTION.
Expand Down
12 changes: 6 additions & 6 deletions strings/DEFAULT.lng
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# outputs. This file is the input to the fixstrs program, and it
# outputs strings.h and strings.dat. The .DAT file is appended to
# the command.exe file, and then renamed to command.com. The .H
# file contains all the info for the program to retreive the
# file contains all the info for the program to retrieve the
# messages.
#
# The format of this file is simple. Blank lines and lines starting
Expand All @@ -35,7 +35,7 @@
#
# All lines after the label are the message until a line with a
# single "." or "," in the first column. The difference is the
# period (".") signifies that there will be a final carrage return when
# period (".") signifies that there will be a final carriage return when
# the message is displayed, but a comma does not.
#
# The body may contain backslash escape sequences as known from C; there
Expand All @@ -55,7 +55,7 @@

# Defining prompts
# Some prompts may cause an user interaction. Those ones should be in sync
# with the issued text. To define how to interprete a pressed key, they
# with the issued text. To define how to interpret a pressed key, they
# are mapped into metakeys like that: [ignore first hash sign]

## Return value: a -> Yes; else -> No
Expand All @@ -67,9 +67,9 @@

# All strings, which label start with "PROMPT_", are parsed as prompts.
# The first two lines of the body are special; the first one enumerates all
# valid keys, the second one assigns arbitary metakeys. Metakeys may
# valid keys, the second one assigns arbitrary metakeys. Metakeys may
# range from 'a' through 'z'; spaces are ignored; everything else cause
# an error. The comment preceeding the prompt definition associates the
# an error. The comment preceding the prompt definition associates the
# metakeys with their meaning.
# The remaining lines of the body contain the text to be displayed.
#
Expand All @@ -80,7 +80,7 @@
# 'N', 'n', Enter and ^Break are mapped to metakey 'b' (aka No).
# The spaces between the 'b's in the second line had been inserted to
# align them with the corresponding keys of the first line, hence in order
# to enhance readibility of the association between the pressed keys and their
# to enhance readability of the association between the pressed keys and their
# mapping into a metakey.
#
# The first line (pressed keys) has to enumerate the ASCII value as returned
Expand Down