mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added messages_core.dat and extracted text from it to GitHub, moved game credits to Settings, made credits translatable, tweaked some messages
This commit is contained in:
@@ -25,7 +25,7 @@ module FileLineData
|
||||
@section = section
|
||||
@key = key
|
||||
if value && value.length > 200
|
||||
@value = _INTL("{1}...", value[0, 200])
|
||||
@value = value[0, 200].to_s + "..."
|
||||
else
|
||||
@value = (value) ? value.clone : ""
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user