diff options
Diffstat (limited to 'libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp')
| -rw-r--r-- | libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp b/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp index af1ea31..3ffa5a1 100644 --- a/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp +++ b/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp @@ -209,9 +209,8 @@ QList<PluginSetting> GameFalloutTTW::settings() const { return QList<PluginSetting>() << PluginSetting("enable_loot_sorting", - tr("While not recommended by the TTW modding community, " - "enables LOOT sorting"), - false); + tr("Enables LOOT sorting for Tale of Two Wastelands"), + true); } void GameFalloutTTW::initializeProfile(const QDir& path, ProfileSettings settings) const |
