aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_constants.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-15 10:21:21 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-25 15:37:30 +0800
commitc78e56c50941e71055d3d1d3c4349f349d817993 (patch)
tree4a7c430c83c63839c36f68ec4e202d2b7e637149 /parse_constants.h
parent190cac07a3ff7cd2c65ac24b600808e7c1674412 (diff)
Update various strings for translation, avoid _ for non-translations
Use __ instead of _ as a placeholder for ignored variables in `read` statements.
Diffstat (limited to 'parse_constants.h')
-rw-r--r--parse_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_constants.h b/parse_constants.h
index 0f882408..b82870ff 100644
--- a/parse_constants.h
+++ b/parse_constants.h
@@ -190,7 +190,7 @@ void parse_error_offset_source_start(parse_error_list_t *errors, size_t amt);
#define CMD_OR_ERR_MSG _( L"Expected a command, but instead found a pipe. Did you mean 'COMMAND; or COMMAND'? See the help section for the 'or' builtin command by typing 'help or'.")
/** Error message when a non-string token is found when expecting a command name */
-#define CMD_AND_ERR_MSG _( L"Expected a command, but instead found a '&'. Did you mean 'COMMAND; and COMMAND'? See the help section for the 'and' builtin command by typing 'help and'.")
+#define CMD_AND_ERR_MSG _( L"Expected a command, but instead found an '&'. Did you mean 'COMMAND; and COMMAND'? See the help section for the 'and' builtin command by typing 'help and'.")
/** Error message when encountering an illegal command name */
#define ILLEGAL_CMD_ERR_MSG _( L"Illegal command name '%ls'")