Skip to content

Commit

Permalink
Merge pull request scp-fs2open#6355 from MjnMixael/adjust_options_mes…
Browse files Browse the repository at this point in the history
…sage

Clarify options popup message text
  • Loading branch information
TRBlount authored Sep 20, 2024
2 parents 56fc5b4 + e35b03d commit 466995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/menuui/playermenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void player_select_do()
}

if (!Ingame_options_save_found && Using_in_game_options && !Save_file_warning_displayed) {
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));
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));
Save_file_warning_displayed = true;
}

Expand Down

0 comments on commit 466995a

Please sign in to comment.