Skip to content

Commit

Permalink
Merge pull request #3632 from Phergus/issue3631startServerTooltips
Browse files Browse the repository at this point in the history
Fix for missing tooltips.
  • Loading branch information
Phergus authored Sep 17, 2022
2 parents a2e8456 + ab68bfc commit 2d64958
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
<at name="name">@lockTokenEditOnStartup</at>
<at name="width">645</at>
<at name="text">action.toggleTokenEditorLock</at>
<at name="toolTipText">action.toggleTokenEditorLock.tooltip</at>
<at name="toolTipText">action.toggleTokenEditorLock.description</at>
<at name="height">16</at>
</object>
</at>
Expand Down Expand Up @@ -1607,7 +1607,7 @@
<at name="name">@lockPlayerMovementOnStartup</at>
<at name="width">645</at>
<at name="text">action.toggleMovementLock</at>
<at name="toolTipText">action.toggleMovementLock.tooltip</at>
<at name="toolTipText">action.toggleMovementLock.description</at>
<at name="height">16</at>
</object>
</at>
Expand Down

0 comments on commit 2d64958

Please sign in to comment.