Removed version from Admin locale

This commit is contained in:
Cooldude2606
2018-09-09 19:26:03 +01:00
parent 46cf0b12dd
commit 9d9970369d
23 changed files with 40 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ local confirm_report = Gui.inputs.add{
type='button',
name='admin-report-confirm',
caption='utility/spawn_flag',
tooltip={ExpGamingAdmin@4-0-0.name'}
tooltip={ExpGamingAdmin.name'}
}:on_event('click',function(event)
local parent = event.element.parent
local player = Game.get_player(parent.player.caption)
@@ -25,7 +25,7 @@ Admin.report_btn = Gui.inputs.add{
type='button',
name='admin-report',
caption='utility/spawn_flag',
tooltip={ExpGamingAdmin@4-0-0.name'}
tooltip={ExpGamingAdmin.name'}
}:on_event('click',function(event)
local parent = event.element.parent
local player = Game.get_player(parent.children[1].name)
@@ -37,7 +37,7 @@ Admin.report_btn = Gui.inputs.add{
name='report-gui'
}
_player.opened=frame
frame.caption={ExpGamingAdmin@4-0-0.name'}
frame.caption={ExpGamingAdmin.name'}
frame.add{
type='textfield',
name='reason'