Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the tooltip for Initiative button in Full Screen Mode #3910

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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