Skip to content

Commit

Permalink
Add missing tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Nov 21, 2024
1 parent 0d1dc01 commit 5f4c61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
</constraints>
<properties>
<text resource-bundle="net/rptools/maptool/language/i18n" key="MapPropertiesDialog.label.landingMap"/>
<toolTipText resource-bundle="net/rptools/maptool/language/i18n" key="MapPropertiesDialog.label.landingMap.tooltip"/>
</properties>
</component>
<component id="f6573" class="javax.swing.JCheckBox" default-binding="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ MapPropertiesDialog.label.playerMapAlias = Display Name:
MapPropertiesDialog.label.playerMapAlias.tooltip = This is how players will see the map identified. Must be unique within campaign.
MapPropertiesDialog.label.Name.tooltip = This is how the map is referred to in macros and is only visible to the GM.
MapPropertiesDialog.label.landingMap = Is landing map?
MapPropertiesDialog.label.landingMap.tooltip = Make this map the first one that players see when they connect.
MapPropertiesDialog.label.cell.type = Cell Type:
MapPropertiesDialog.label.cell.dist = Distance per cell:
MapPropertiesDialog.label.cell.pixels = Pixels per Cell:
Expand Down

0 comments on commit 5f4c61b

Please sign in to comment.