diff --git a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua index cb0a2bb1..fe8a50f9 100644 --- a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua +++ b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua @@ -64,7 +64,7 @@ function ranking.rank_print(msg, rank, inv) else server.queue_callback(function(player_rank_power,rank) if player_rank_power <= rank.power then - if rank.short_hand ~= '' then player.print(('['..(rank.short_hand)..']: '..msg)) else player.print({'ranking.all-rank-print',msg}) end + if rank.short_hand ~= '' then player.print{'ranking.rank-print',rank.short_hand,msg} else player.print{'ranking.all-rank-print',msg} end end end,{player_rank_power,rank}) end diff --git a/locale/en/exp_core.cfg b/locale/en/exp_core.cfg index d79fed04..ecf4752c 100644 --- a/locale/en/exp_core.cfg +++ b/locale/en/exp_core.cfg @@ -1,5 +1,6 @@ [ranking] all-rank-print=[Everyone]: __1__ +rank-print=[__1__]: __2__ rank-up=__1__ was promoted to __2__ by __3__ rank-down=__1__ was demoted to __2__ by __3__ rank-given=You have been given the __1__ Rank!