diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-05 22:57:52 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-05 22:57:52 +0100 |
| commit | deb3c5ca21f8baa68204302d0cc5c4ef4d9c1a14 (patch) | |
| tree | 183a7142886df9caba7925db917f9bf3885d8ef1 /src/profileinputdialog.ui | |
| parent | 25448ef076439062a54702d2db226f5a1faea9fb (diff) | |
Fixed tooltip and "What's this" to better explain INI options.
Diffstat (limited to 'src/profileinputdialog.ui')
| -rw-r--r-- | src/profileinputdialog.ui | 6 |
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 "global" 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 "global" 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>
|
