Changed 'Your Skills' to 'Help' for hero level spell palette.

This commit is contained in:
Nick Winter 2014-11-26 07:39:13 -08:00
parent 18238a1781
commit 3f9aa1ba79
2 changed files with 3 additions and 1 deletions
app
locale
templates/play/level/tome

View file

@ -247,6 +247,7 @@
tome_select_a_thang: "Select Someone for "
tome_available_spells: "Available Spells"
tome_your_skills: "Your Skills"
tome_help: "Help"
tome_current_method: "Current Method"
hud_continue_short: "Continue"
code_saved: "Code Saved"

View file

@ -13,6 +13,7 @@ if entryGroupSlugs
div(class="properties properties-" + slug + " nano-content")
else
// Hero; group by items, no tabs.
h4(data-i18n="play_level.tome_your_skills")
//h4(data-i18n="play_level.tome_your_skills")
h4(data-i18n="play_level.tome_help")
.properties