1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 08:34:22 +03:00

Fix for Mantis bug 1776

This commit is contained in:
Graham Nelson 2022-04-14 18:18:10 +01:00
parent 1c71503617
commit b4a03dc194

View file

@ -375,8 +375,8 @@ void Rulebooks::add_variable(rulebook *B, parse_node *cnode) {
Problems::issue_problem_segment(
"You wrote %1, which I am reading as a request to make a new named variable "
"for a rulebook - a value associated with a rulebook and which has a name. "
"The request seems to say that the name in question is '%2', but I'd prefer "
"to avoid 'and', 'or', 'with', or 'having' in such names, please.");
"The request seems to say that the name in question is '%2', but I'd prefer to "
"avoid punctuation marks, 'and', 'or', 'with', or 'having' in such names, please.");
Problems::issue_problem_end();
return;
}