mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
more blueprint helper localisation
This commit is contained in:
parent
5ef00fe40f
commit
10711149b8
@ -296,7 +296,13 @@ local function draw_filters_table(event)
|
||||
return
|
||||
end
|
||||
|
||||
local frame = center.add {type = 'frame', name = filters_table_name, direction = 'vertical', caption = 'Set Filter'}
|
||||
local frame =
|
||||
center.add {
|
||||
type = 'frame',
|
||||
name = filters_table_name,
|
||||
direction = 'vertical',
|
||||
caption = {'blueprint_helper.set_filter_caption'}
|
||||
}
|
||||
|
||||
local t = frame.add {type = 'table', column_count = 10}
|
||||
t.style.horizontal_spacing = 0
|
||||
|
@ -84,6 +84,7 @@ flipper_label=Place blueprint on buttons below to flip blueprint.\nObviously thi
|
||||
flip_horizontal=Flip horizontal ⇄
|
||||
flip_vertical=Flip Vertical ⇵
|
||||
entity_converter_caption=Entity Converter
|
||||
set_filter_caption=Set Filter
|
||||
entity_converter_label=Set filters then place blueprint on convert button to apply filters.
|
||||
clear_filters=Clear Filters
|
||||
convert=Convert
|
||||
|
Loading…
Reference in New Issue
Block a user