Fix line endings in upgrade rules files

- Use unix line endings
- No "\n" at the end of a message
This commit is contained in:
abcdefg30
2018-03-29 15:50:38 +02:00
committed by Paul Chote
parent 5b24649c44
commit 972255c6a6
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
get
{
return "WithReloadingSpriteTurret has been superseded by conditions.\n" +
"The trait is switched for with WithSpriteTurret.\n";
"The trait is switched for with WithSpriteTurret.";
}
}