From 0c19d43ee89ab3ac610573e69c2ccf4abcc30541 Mon Sep 17 00:00:00 2001 From: Juliano Leal Goncalves Date: Mon, 14 Sep 2020 23:53:50 -0300 Subject: [PATCH] Replace "hot key" occurrences with "hotkey" --- Source/control.cpp | 2 +- Source/help.cpp | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/control.cpp b/Source/control.cpp index 3dc468a78..763a89c7e 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -439,7 +439,7 @@ void DrawSpellList() for (t = 0; t < 4; t++) { if (plr[myplr]._pSplHotKey[t] == pSpell && plr[myplr]._pSplTHotKey[t] == pSplType) { DrawSpellCel(x, y, pSpellCels, t + SPLICONLAST + 5, SPLICONLENGTH); - sprintf(tempstr, "Spell Hot Key #F%i", t + 5); + sprintf(tempstr, "Spell Hotkey #F%i", t + 5); AddPanelString(tempstr, TRUE); } } diff --git a/Source/help.cpp b/Source/help.cpp index 040a88c63..9d3d87c77 100644 --- a/Source/help.cpp +++ b/Source/help.cpp @@ -34,7 +34,7 @@ const char gszSpawnHelpText[] = { "G: Increases the brightness of the screen|" "Q: Opens the Quest log (non-functional in the Shareware version)|" "1 - 8: Use that item from your Belt|" - "F5, F6, F7, F8: Sets a hot key for a selected skill or spell|" + "F5, F6, F7, F8: Sets a hotkey for a selected skill or spell|" "Shift + Left Click: Use any weapon without moving|" "Shift + Left Click (on character screen): Assign all stat points|" "|" @@ -289,9 +289,9 @@ const char gszSpawnHelpText[] = { "health to your character while diminishing his available mana " "and requires no targeting.|" "|" - "You can also set a spell or scroll as a Hot Key position for " + "You can also set a spell or scroll as a Hotkey position for " "instant selection. Start by opening the pop-up menu as described " - "in the skill section above. Assign Hot Keys by hitting the " + "in the skill section above. Assign Hotkeys by hitting the " "F5, F6, F7 or F8 keys on your keyboard after scrolling through " "the available spells and highlighting the one you wish to assign. |" "|" @@ -390,7 +390,7 @@ const char gszHelpText[] = { "Z: Zoom Game Screen|" "+ / -: Zoom Automap|" "1 - 8: Use Belt item|" - "F5, F6, F7, F8: Set hot key for skill or spell|" + "F5, F6, F7, F8: Set hotkey for skill or spell|" "Shift + Left Click: Attack without moving|" "Shift + Left Click (on character screen): Assign all stat points|" "|" @@ -433,7 +433,7 @@ const char gszHelpText[] = { "area.|" "|" "$Setting Spell Hotkeys|" - "You can assign up to four Hot Keys for skills, spells or scrolls. " + "You can assign up to four Hotkeys for skills, spells or scrolls. " "Start by opening the 'speedbook' as described in the section above. " "Press the F5, F6, F7 or F8 keys after highlighting the spell you " "wish to assign.|"