Updated tooltips

This commit is contained in:
Gregg8 2018-01-10 15:09:11 +11:00
parent d2392469ad
commit 31abfb3d88
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
:height "31px"
:class "noselect"
:style {:cursor "pointer"}
:attr {:title (str (if @*pod-open "close" "open") " this pod")
:attr {:title (str (if @*pod-open "Close" "Open") " the pod bay doors, HAL")
:on-click (rc/handler-fn
(swap! *pod-open not)
(println "Clicked [arrow]"))}