summaryrefslogtreecommitdiff
path: root/src/profileinputdialog.ui
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-12-05 22:57:52 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-12-05 22:57:52 +0100
commitdeb3c5ca21f8baa68204302d0cc5c4ef4d9c1a14 (patch)
tree183a7142886df9caba7925db917f9bf3885d8ef1 /src/profileinputdialog.ui
parent25448ef076439062a54702d2db226f5a1faea9fb (diff)
Fixed tooltip and "What's this" to better explain INI options.
Diffstat (limited to 'src/profileinputdialog.ui')
-rw-r--r--src/profileinputdialog.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profileinputdialog.ui b/src/profileinputdialog.ui
index 76265aa1..55b3b15c 100644
--- a/src/profileinputdialog.ui
+++ b/src/profileinputdialog.ui
@@ -27,13 +27,13 @@
<item>
<widget class="QCheckBox" name="defaultSettingsBox">
<property name="toolTip">
- <string>If checked, the new profile will use the default game settings.</string>
+ <string>If checked, the new profile will use the default game INI settings.</string>
</property>
<property name="whatsThis">
- <string>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</string>
+ <string>If checked, the new profile will use the default game INI settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</string>
</property>
<property name="text">
- <string>Default Game Settings</string>
+ <string>Default Game INI Settings</string>
</property>
</widget>
</item>