Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c040f68

Browse files
committed
Source review changes followup
1 parent 74e529b commit c040f68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Base.rte/GUIs/MainMenuGUI.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DrawBackground = False
3131
DrawType = Image
3232
DrawColor = 62
3333

34-
[ButtonMainToCampaign]
34+
[ButtonMainToMetaGame]
3535
ControlType = BUTTON
3636
Parent = MainScreen
3737
X = 0
@@ -40,9 +40,9 @@ Width = 115
4040
Height = 20
4141
Visible = True
4242
Enabled = True
43-
Name = ButtonMainToCampaign
43+
Name = ButtonMainToMetaGame
4444
Anchor = Left, Top
45-
Text = Campaign
45+
Text = MetaGame
4646

4747
[ButtonMainToSkirmish]
4848
ControlType = BUTTON

Base.rte/GUIs/SettingsGUI.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@ ToolTip = Show tooltips
34233423
Checked = Checked
34243424
Text = Show tooltips
34253425

3426-
[CheckboxDisableLoadingScreenReport]
3426+
[CheckboxShowLoadingScreenProgressReport]
34273427
ControlType = CHECKBOX
34283428
Parent = CollectionBoxMiscSettings
34293429
X = 15
@@ -3432,7 +3432,7 @@ Width = 230
34323432
Height = 20
34333433
Visible = True
34343434
Enabled = True
3435-
Name = CheckboxDisableLoadingScreenReport
3435+
Name = CheckboxShowLoadingScreenProgressReport
34363436
Anchor = Left, Top
34373437
Checked = Unchecked
34383438
Text = Show progress report during loading

0 commit comments

Comments
 (0)