Skip to content

Commit 466995a

Browse files
authored
Merge pull request #6355 from MjnMixael/adjust_options_message
Clarify options popup message text
2 parents 56fc5b4 + e35b03d commit 466995a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/menuui/playermenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ void player_select_do()
409409
}
410410

411411
if (!Ingame_options_save_found && Using_in_game_options && !Save_file_warning_displayed) {
412-
popup(PF_BODY_BIG | PF_USE_AFFIRMATIVE_ICON, 1, POPUP_OK, XSTR("In-game Options are enabled but a save file could not be found. You may need to update your settings in the Options menu.", 1854));
412+
popup(PF_BODY_BIG | PF_USE_AFFIRMATIVE_ICON, 1, POPUP_OK, XSTR("A new settings file has been created for the current game or mod. You may want to check the options menu to ensure everything is set to your liking.", 1854));
413413
Save_file_warning_displayed = true;
414414
}
415415

0 commit comments

Comments
 (0)