From 4c634064e8dadc47cb23cfd3aec92ea8287f198e Mon Sep 17 00:00:00 2001 From: GNU Hacker Date: Thu, 16 Dec 2021 20:26:54 +0100 Subject: [PATCH] locale update --- locale/emeraldbank.es.tr | 2 +- shop.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/emeraldbank.es.tr b/locale/emeraldbank.es.tr index 4412700..14177ef 100644 --- a/locale/emeraldbank.es.tr +++ b/locale/emeraldbank.es.tr @@ -46,6 +46,6 @@ Price=Precio Price: @1=Precio: @1 Shop=Tienda This is your own shop, you can't exchange to yourself!=No puedes comprarte a ti mismo. -You've earned @1 Emeralds with this shop.=Has ganado @1 Esmeraldas con esta tienda. +You've earned @1 Emeralds with your shops.=Has ganado @1 Esmeraldas con tus tiendas. Your stock:=Tus existencias: x @1=x @1 diff --git a/shop.lua b/shop.lua index 636ccec..4b4b3ac 100644 --- a/shop.lua +++ b/shop.lua @@ -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