locale update

This commit is contained in:
GNU Hacker
2021-12-16 20:26:54 +01:00
parent dd0eed7ab8
commit 4c634064e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ local function get_stonks(pos, player)
})
emeraldbank.add_emeralds(player, stonks)
meta:set_int("stonks", 0)
core.chat_send_player(name, S("You've earned @1 Emeralds with this shop.", stonks) )
core.chat_send_player(name, S("You've earned @1 Emeralds with your shops.", stonks) )
end
end