Skip to content

Commit

Permalink
MCM Tooltip Typo Fix (#18)
Browse files Browse the repository at this point in the history
* Update Strings.cs

* Update std_ba_strings_xml.xml
  • Loading branch information
EvilTactician authored Aug 27, 2024
1 parent 7ee4936 commit 1b88534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BetterAttributes/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Strings

public const string MiscText = "{=BA_dl59ac}Misc";
public const string MoreBonusText = "{=BA_3jf8sn}Support for more Bonuses";
public const string MoreBonusHint = "{=BA_53ksnq}Removes some hint text from attribute pop-up to all for more space to display attribute bonuses.";
public const string MoreBonusHint = "{=BA_53ksnq}Removes some hint text from attribute pop-up to allow for more space to display attribute bonuses.";

public const string partyLeaderXPHint = "{=BA_346heg}Should the party leader be granted bonus xp from assigned party roles. For example, if your scout gains some xp in scouting how much of the xp should be granted to the party leader.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<string id="BA_dl59ac" text="Misc"/>
<string id="BA_3jf8sn" text="Support for more Bonuses"/>
<string id="BA_53ksnq" text="Removes some hint text fomr attribute pop-up to all for more space to display attribute bonuses."/>
<string id="BA_53ksnq" text="Removes some hint text fomr attribute pop-up to allow for more space to display attribute bonuses."/>

<string id="BA_346heg" text="Should the party leader be granted bonus xp from assigned party roles. For example, if your scout gains some xp in scouting how much of the xp should be granted to the party leader."/>

Expand Down

0 comments on commit 1b88534

Please sign in to comment.