Skip to content

Commit

Permalink
Merge branch 'develop' into issue-3833-bad-function-name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew authored Apr 12, 2023
2 parents db143a3 + 3dbb1fb commit da4258f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@ public void showFullScreenTools() {
});

initiativeButton.setBorder(btn.getBorder());
initiativeButton.setToolTipText(I18N.getText("tools.initiative.tooltip"));
fullScreenToolPanel.add(initiativeButton);

// set buttons to uniform size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,7 @@ initiative.menu.remove = Remove
initiative.menu.resume = Resume
initiative.menu.setState = Set Initiative...


layer.token = Token
layer.gm = Hidden
layer.object = Object
Expand Down Expand Up @@ -2496,6 +2497,7 @@ tools.token.fow.npc.tooltip = Show FoW for NPC Tokens you explicitly own or are
tools.token.fow.pc.tooltip = Show FoW for PC Tokens you explicitly own or are owned by all.
tools.topo.tooltip = Vision Blocking Layer (VBL) Tools
tools.zoneselector.tooltip = Select Map
tools.initiative.tooltip = Initiative Tools

undefinedmacro.unknownCommand = Unknown command: "{0}". Try <b>/help</b> for a list of commands.

Expand Down

0 comments on commit da4258f

Please sign in to comment.