mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
[#1990] Spelling updates
This commit is contained in:
parent
91f5da7989
commit
ee3e7c2032
3 changed files with 4 additions and 4 deletions
|
|
@ -155,12 +155,12 @@ angular.module('guideServices', []).
|
|||
element: ".auto-allocate",
|
||||
title: "Auto Allocate",
|
||||
placement: 'left',
|
||||
content: "If 'automatic allocation' is checked, you're avatar gains stats automatically based on your tasks' attributes, which you can find in <strong>TASK > Edit > Advanced > Attributes</strong>. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Physical', you'll gain STR auotmatically.",
|
||||
content: "If 'automatic allocation' is checked, your avatar gains stats automatically based on your tasks' attributes, which you can find in <strong>TASK > Edit > Advanced > Attributes</strong>. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Physical', you'll gain STR auotmatically.",
|
||||
}, {
|
||||
element: ".auto-allocate",
|
||||
title: "Auto Allocate",
|
||||
placement: 'left',
|
||||
content: "We recommend auto-allocate if you (a) want to 'role play' your avatar, or (b) can't be bothered with the class system (HabitRPG jumping the shark?). For other players who desire maximum control, leave 'auto allocate' unchecked.",
|
||||
content: "We recommend auto-allocate if you (a) want to 'role play' your avatar, or (b) can't be bothered with the class system. For other players who desire maximum control, leave 'auto allocate' unchecked.",
|
||||
}, {
|
||||
element: ".meter.mana",
|
||||
title: "Spells",
|
||||
|
|
|
|||
|
|
@ -257,5 +257,5 @@ div(modal='modals.newStuff')
|
|||
a(href='https://trello.com/card/custom-day-start/50e5d3684fe3a7266b0036d6/15') Add custom day start
|
||||
|
||||
.modal-footer
|
||||
button.btn.btn-default.cancel(ng-click='modals.newStuff = false') Cool
|
||||
button.btn.btn-default.cancel(ng-click='modals.newStuff = false') Cool
|
||||
button.btn.btn-warning.cancel(ng-click='dismissAlert()') Dismiss This Alert
|
||||
|
|
@ -169,7 +169,7 @@ li(bindonce='list', ng-repeat='task in obj[list.type+"s"]', class='task {{Shared
|
|||
button.task-action-btn.tile(type='button', ng-class='{active: task.attribute=="con"}', ng-click='task.attribute="con"') Social
|
||||
button.task-action-btn.tile(type='button', ng-class='{active: task.attribute=="per"}', ng-click='task.attribute="per"')
|
||||
| Other
|
||||
i.icon-question-sign(popover='Eg, professional persuites, hobbies, financial, etc.', popover-trigger='mouseenter', popover-placement='top')
|
||||
i.icon-question-sign(popover='Eg, professional pursuits, hobbies, financial, etc.', popover-trigger='mouseenter', popover-placement='top')
|
||||
|
||||
button.task-action-btn.tile.spacious(type='submit') Save & Close
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue