Skip to content

Commit e35b03d

Browse files
committed
Clarify options popup message text
1 parent 854b013 commit e35b03d

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)