1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00

Small updates+fixes

This commit is contained in:
plague006 2019-03-03 17:54:51 -05:00
parent e0699036f8
commit fe9eda2e45
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ local Command = require 'utils.command'
local Ranks = require 'resources.ranks'
Command.add(
'reveal',
'debug-reveal',
{
description = {'command_description.reveal'},
arguments = {'radius'},

View File

@ -25,3 +25,6 @@ error_log=Error while running '__1__' with arguments __2__: __3__
[utils_core]
print_admins=__1__(ADMIN) __2__: __3__
[gui_util]
button_tooltip=Shows / hides the Redmew Gui buttons.

View File

@ -205,7 +205,7 @@ Event.add(
type = 'button',
name = toggle_button_name,
caption = '<',
tooltip = 'Shows / hides the Redmew Gui buttons.'
tooltip = {'gui_util.button_tooltip'}
}
local style = b.style
style.width = 18