Skip to content

Commit

Permalink
Update misc tab tooltips and sub switch chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Feb 25, 2017
1 parent 6d95e6b commit 3fe4688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SubSwitchChooserView : SingleListView<Submarines>() {

subNameColumn.setCellValueFactory { data ->
when (data.value.prettyString) {
"All" -> SimpleStringProperty("All (Checking this ignores others)")
"All" -> SimpleStringProperty("All (Ignores other options, SSs only)")
else -> SimpleStringProperty(data.value.prettyString)
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
"id": "Misc-enableSubSwitchButton",
"description": "Check this box if you want kancolle auto to find submarines under repair to switch out so kancolle-auto can continue sorties. Useful for maps where submarines are used to tank hits, such as 2-3 (Orel) or 3-2-A."
},
{
"id": "Misc-replaceLimitLabel",
"description": "Damage state in which a submarine should be replaced."
},
{
"id": "Misc-enableLbasButton",
"description": "Check this box if you want to enable LBAS"
Expand Down

0 comments on commit 3fe4688

Please sign in to comment.