diff options
Diffstat (limited to 'libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp')
| -rw-r--r-- | libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp b/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp index effc806..7a147e5 100644 --- a/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp +++ b/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp @@ -200,9 +200,8 @@ QList<PluginSetting> GameFalloutNV::settings() const { return QList<PluginSetting>() << PluginSetting("enable_loot_sorting", - tr("While not recommended by the FNV modding community, " - "enables LOOT sorting"), - false); + tr("Enables LOOT sorting for Fallout New Vegas"), + true); } void GameFalloutNV::initializeProfile(const QDir& path, ProfileSettings settings) const |
