Skip to content

Commit 74676f0

Browse files
committed
ignore->use
1 parent 66ba60b commit 74676f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Data/Base.rte/GUIs/SettingsGUI.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Anchor = Left, Top
186186
Text = Fullscreen
187187
Checked = Unchecked
188188

189-
[CheckboxIgnoreMultiDisplays]
189+
[CheckboxUseMultiDisplays]
190190
ControlType = CHECKBOX
191191
Parent = CollectionBoxVideoSettings
192192
X = 14
@@ -195,9 +195,9 @@ Width = 145
195195
Height = 16
196196
Visible = True
197197
Enabled = True
198-
Name = CheckboxIgnoreMultiDisplays
198+
Name = CheckboxUseMultiDisplays
199199
Anchor = Left, Top
200-
Text = Ignore Multiple Displays
200+
Text = Use Multiple Displays
201201
Checked = Unchecked
202202

203203
[LabelSplitscreenType]

Data/Base.rte/GUIs/SettingsPauseGUI.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Anchor = Left, Top
186186
Text = Fullscreen
187187
Checked = Unchecked
188188

189-
[CheckboxIgnoreMultiDisplays]
189+
[CheckboxUseMultiDisplays]
190190
ControlType = CHECKBOX
191191
Parent = CollectionBoxVideoSettings
192192
X = 14
@@ -195,9 +195,9 @@ Width = 130
195195
Height = 16
196196
Visible = False
197197
Enabled = False
198-
Name = CheckboxIgnoreMultiDisplays
198+
Name = CheckboxUseMultiDisplays
199199
Anchor = Left, Top
200-
Text = Ignore Multi-Displays
200+
Text = Use Multi-Displays
201201
Checked = Unchecked
202202

203203
[LabelSplitscreenType]

0 commit comments

Comments
 (0)