diff --git a/locale/en/gui.cfg b/locale/en/gui.cfg index 4adc9626..fca7827f 100644 --- a/locale/en/gui.cfg +++ b/locale/en/gui.cfg @@ -1,5 +1,5 @@ [player-list] -main-tooltip=Player list +main-tooltip=Player List open-action-bar=Options close-action-bar=Close Options reason-confirm=Confirm Reason @@ -17,7 +17,7 @@ afk-time=__1__% of total map time\nLast moved __2__ ago open-map=__1__ __2__\n__3__\nClick to open map [rocket-info] -main-tooltip=Rocket info +main-tooltip=Rocket Info launch-tooltip=Launch rocket launch-tooltip-disabled=Launch rocket (not ready) toggle-rocket-tooltip=Disable auto launch @@ -70,7 +70,7 @@ no-packs=You have not made any science packs yet [task-list] main-caption=Task List -main-tooltip=Task list +main-tooltip=Task List sub-tooltip=Tasks that remain to be done no-tasks=You have no tasks last-edit=Last edited by __1__ at __2__ @@ -83,7 +83,7 @@ discard-tooltip=Remove task [warp-list] main-caption=Warp List -main-tooltip=Warp list, must be within __1__ tiles to use +main-tooltip=Warp List; Must be within __1__ tiles to use sub-tooltip=Warps can only be used every __1__ seconds and when within __2__ tiles too-close=Can't make warp; too close to warp: __1__ last-edit=Last edited by __1__ at __2__\nClick to view on map diff --git a/modules/gui/rocket-info.lua b/modules/gui/rocket-info.lua index a024b578..494ea7e6 100644 --- a/modules/gui/rocket-info.lua +++ b/modules/gui/rocket-info.lua @@ -513,7 +513,7 @@ end) --- Button on the top flow used to toggle the container -- @element toggle_left_element -Gui.left_toolbar_button('entity/rocket-silo', {'rocket-info.main-tooltip'}, rocket_list_container, function(player) +Gui.left_toolbar_button('item/satellite', {'rocket-info.main-tooltip'}, rocket_list_container, function(player) return Roles.player_allowed(player,'gui/rocket-info') end)