Remove periods from lobby option tooltips.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
[Translate]
|
[Translate]
|
||||||
[Desc("Tooltip description for the spawn positions checkbox in the lobby.")]
|
[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.")]
|
[Desc("Default value of the spawn positions checkbox in the lobby.")]
|
||||||
public readonly bool SeparateTeamSpawnsCheckboxEnabled = true;
|
public readonly bool SeparateTeamSpawnsCheckboxEnabled = true;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Player:
|
|||||||
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
||||||
ID: factundeploy
|
ID: factundeploy
|
||||||
Label: Redeployable MCVs
|
Label: Redeployable MCVs
|
||||||
Description: Allow undeploying Construction Yard.
|
Description: Allow undeploying Construction Yard
|
||||||
Enabled: True
|
Enabled: True
|
||||||
DisplayOrder: 7
|
DisplayOrder: 7
|
||||||
Prerequisites: global-factundeploy
|
Prerequisites: global-factundeploy
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ Player:
|
|||||||
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
||||||
ID: factundeploy
|
ID: factundeploy
|
||||||
Label: Redeployable MCVs
|
Label: Redeployable MCVs
|
||||||
Description: Allow undeploying Construction Yard.
|
Description: Allow undeploying Construction Yard
|
||||||
Enabled: True
|
Enabled: True
|
||||||
DisplayOrder: 7
|
DisplayOrder: 7
|
||||||
Prerequisites: global-factundeploy
|
Prerequisites: global-factundeploy
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ Player:
|
|||||||
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
||||||
ID: factundeploy
|
ID: factundeploy
|
||||||
Label: Redeployable MCVs
|
Label: Redeployable MCVs
|
||||||
Description: Allow undeploying Construction Yard.
|
Description: Allow undeploying Construction Yard
|
||||||
Enabled: True
|
Enabled: True
|
||||||
DisplayOrder: 7
|
DisplayOrder: 7
|
||||||
Prerequisites: global-factundeploy
|
Prerequisites: global-factundeploy
|
||||||
|
|||||||
Reference in New Issue
Block a user