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:
parent
e0699036f8
commit
fe9eda2e45
@ -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'},
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user