Remove periods from lobby option tooltips.

This commit is contained in:
Paul Chote
2019-04-27 22:16:16 +01:00
committed by abcdefg30
parent d9d2202599
commit f26992443d
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits
[Translate]
[Desc("Tooltip description for the spawn positions checkbox in the lobby.")]
public readonly string SeparateTeamSpawnsCheckboxDescription = "Players without assigned spawn points will start as far as possible from enemy players.";
public readonly string SeparateTeamSpawnsCheckboxDescription = "Players without assigned spawn points will start as far as possible from enemy players";
[Desc("Default value of the spawn positions checkbox in the lobby.")]
public readonly bool SeparateTeamSpawnsCheckboxEnabled = true;