diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index dec82cf8..dd3a1840 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -344,7 +344,7 @@ function Sync._load() end _frame.add{ type='label', - caption='Press Ecs or E to close; this is only visible once!', + caption='Press Esc or E to close; this is only visible once!', style='fake_disabled_label' }.style.font='default-small' end} @@ -356,4 +356,4 @@ Event.register(defines.events.on_player_joined_game,function(event) Gui.center.open(player,'server-info') end) -return Sync \ No newline at end of file +return Sync