Proper math namespace

This commit is contained in:
ElPumpo
2018-12-23 15:08:05 +01:00
parent b15e2d95b1
commit ee6b8a4c85
5 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ Locales['br'] = {
-- Item
['used_medikit'] = 'você usou 1x Seringa',
['used_bandage'] = 'você usou 1x Vendagem',
['not_enough_medikit'] = 'Você não tem ~b~Seringa~w~.',
['not_enough_bandage'] = 'Você não tem ~b~Vendagem~w~.',
['not_enough_medikit'] = 'Você não tem ~b~Seringa~s~.',
['not_enough_bandage'] = 'Você não tem ~b~Vendagem~s~.',
['healed'] = 'Você foi tratado.',
}