Skip to content

Commit

Permalink
Reword shadow load prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jan 27, 2024
1 parent 1b1f189 commit 7e866ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfc-editor/mfc_editor_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static DialogMessageButton mfc_editor_prompt_should_load_shadow(MfcEditorApp* in
dialog_message_set_header(message, "File has modifications", 63, 3, AlignCenter, AlignTop);
dialog_message_set_text(
message,
"Would you like to load the\nmodified file (recommended)\nor the original file?",
"Would you like to edit the\nmodified file (recommended)\nor the original file?",
63,
31,
AlignCenter,
Expand Down

0 comments on commit 7e866ab

Please sign in to comment.