Improve consistency between the update rule code and descriptions.
This commit is contained in:
@@ -24,8 +24,8 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Actor ids starting with '^' are now reserved for abstract\n" +
|
||||
"inheritance templates, and will not be parsed by the game.";
|
||||
return "Actor ids starting with '^' are now reserved for abstract inheritance templates.\n" +
|
||||
"Definitions that may be affected are listed for inspection so that they can be renamed if necessary.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user