Updating translation string. 'in' and 'out' were outside translation.

master^2
Victor Oliveira 6 years ago
parent edd54cc5f6
commit a725de55f2

@ -335,7 +335,7 @@ function onVipStateChange(id, state)
onAddVip(id, name, state, description, iconId, notify)
if notify and state ~= VipState.Pending then
modules.game_textmessage.displayFailureMessage(tr('%s has logged %s.', name, (state == VipState.Online and 'in' or 'out')))
modules.game_textmessage.displayFailureMessage(state == VipState.Online and tr('%s has logged in.', name) or tr('%s has logged out.', name))
end
end

Loading…
Cancel
Save