Browse Source

Fix missing punctuation in Help screen (#3520)

pull/3521/head
Oleksandr Kalko 4 years ago committed by GitHub
parent
commit
11e2cc181d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Source/help.cpp
  2. 10
      Translations/devilutionx.pot

10
Source/help.cpp

@ -65,7 +65,7 @@ const char *const HelpText[] = {
"number appears in that box. Items may be used by either pressing "
"the corresponding number or right-clicking on the item."),
"",
N_("$Gold"),
N_("$Gold:"),
N_("You can select a specific amount of gold to drop by "
"right-clicking on a pile of gold in your inventory."),
"",
@ -76,20 +76,20 @@ const char *const HelpText[] = {
"the spell you wish to cast will ready the spell. A readied spell "
"may be cast by simply right-clicking in the play area."),
"",
N_("$Using the Speedbook for Spells"),
N_("$Using the Speedbook for Spells:"),
N_("Left-clicking on the 'readied spell' button will open the 'Speedbook' "
"which allows you to select a skill or spell for immediate use. "
"To use a readied skill or spell, simply right-click in the main play "
"area."),
N_("Shift + Left-clicking on the 'select current spell' button will clear the readied spell"),
N_("Shift + Left-clicking on the 'select current spell' button will clear the readied spell."),
"",
N_("$Setting Spell Hotkeys"),
N_("$Setting Spell Hotkeys:"),
N_("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."),
"",
N_("$Spell Books"),
N_("$Spell Books:"),
N_("Reading more than one book increases your knowledge of that "
"spell, allowing you to cast the spell more effectively."),
};

10
Translations/devilutionx.pot

@ -1594,7 +1594,7 @@ msgid "Useable items that are small in size, such as potions or scrolls, are aut
msgstr ""
#: Source/help.cpp:68
msgid "$Gold"
msgid "$Gold:"
msgstr ""
#: Source/help.cpp:69
@ -1610,7 +1610,7 @@ msgid "You can access your list of skills and spells by left-clicking on the 'SP
msgstr ""
#: Source/help.cpp:79
msgid "$Using the Speedbook for Spells"
msgid "$Using the Speedbook for Spells:"
msgstr ""
#: Source/help.cpp:80
@ -1618,11 +1618,11 @@ msgid "Left-clicking on the 'readied spell' button will open the 'Speedbook' whi
msgstr ""
#: Source/help.cpp:84
msgid "Shift + Left-clicking on the 'select current spell' button will clear the readied spell"
msgid "Shift + Left-clicking on the 'select current spell' button will clear the readied spell."
msgstr ""
#: Source/help.cpp:86
msgid "$Setting Spell Hotkeys"
msgid "$Setting Spell Hotkeys:"
msgstr ""
#: Source/help.cpp:87
@ -1630,7 +1630,7 @@ msgid "You can assign up to four Hotkeys for skills, spells or scrolls. Start by
msgstr ""
#: Source/help.cpp:92
msgid "$Spell Books"
msgid "$Spell Books:"
msgstr ""
#: Source/help.cpp:93

Loading…
Cancel
Save