mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
fixed tooltip
This commit is contained in:
parent
cc3fefdeb9
commit
48215169c1
@ -219,7 +219,7 @@ local function draw_main_frame(player)
|
|||||||
name = notify_checkbox_name,
|
name = notify_checkbox_name,
|
||||||
caption = 'Notify me when tag groups change.',
|
caption = 'Notify me when tag groups change.',
|
||||||
state = not no_notify_players[player.index],
|
state = not no_notify_players[player.index],
|
||||||
tooltip = 'Receive a message when a player enters or leaves a tag group or when a tag group is created, edited or deleted'
|
tooltip = 'Receive a message when a player enters or leaves a tag group or when a tag group is created, edited or deleted.'
|
||||||
}
|
}
|
||||||
|
|
||||||
local bottom_flow = main_frame.add {type = 'flow', direction = 'horizontal'}
|
local bottom_flow = main_frame.add {type = 'flow', direction = 'horizontal'}
|
||||||
|
Loading…
Reference in New Issue
Block a user