mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
fix localised string to not exceed limit
This commit is contained in:
parent
3e70ef01cb
commit
5f9ceda8e9
@ -947,10 +947,7 @@ local function update_market_upgrade_description(outpost_data)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
str[#str + 1] = ': '
|
str[#str + 1] = concat {': ', format('%.2f', current_rate), ' -> ', format('%.2f / sec', next_rate)}
|
||||||
str[#str + 1] = format('%.2f', current_rate)
|
|
||||||
str[#str + 1] = ' -> '
|
|
||||||
str[#str + 1] = format('%.2f / sec', next_rate)
|
|
||||||
str[#str + 1] = '\n'
|
str[#str + 1] = '\n'
|
||||||
end
|
end
|
||||||
str[#str] = nil
|
str[#str] = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user