From 4ddebca7781381f98a97e1f8075c420614b1532c Mon Sep 17 00:00:00 2001 From: ThatAwesomeGuy173 Date: Wed, 22 Apr 2020 00:01:03 -0600 Subject: [PATCH] Capitalize "record attack" as "Record Attack" and spell "addons" as "add-ons" in the replay hut --- src/m_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/m_menu.c b/src/m_menu.c index 899ff797..064f714e 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -5783,15 +5783,15 @@ static void M_DrawReplayStartMenu(void) case DFILE_ERROR_NOTLOADED: case DFILE_ERROR_INCOMPLETEOUTOFORDER: - warning = "Loading addons will mark your game as modified, and record attack may be unavailable.\nYou can watch without loading addons, but desyncs may occur."; + warning = "Loading add-ons will mark your game as modified, and Record Attack may be unavailable.\nYou can watch without loading add-ons, but desyncs may occur."; break; case DFILE_ERROR_EXTRAFILES: - warning = "You have addons loaded that were not present in this replay.\nYou can watch anyway, but desyncs may occur."; + warning = "You have add-ons loaded that were not present in this replay.\nYou can watch anyway, but desyncs may occur."; break; case DFILE_ERROR_OUTOFORDER: - warning = "You have this replay's addons loaded, but they are out of order.\nYou can watch anyway, but desyncs may occur."; + warning = "You have this replay's add-ons loaded, but they are out of order.\nYou can watch anyway, but desyncs may occur."; break; default: