Changes "credits" to "spesos" in the stock market (#4343)

This commit is contained in:
Minerva 2025-09-08 00:40:14 -04:00 committed by GitHub
parent 7b8599c15e
commit a7fff28602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ public sealed class StockMarketSystem : EntitySystem
var verb = amount > 0 ? "bought" : "sold";
_adminLogger.Add(LogType.Action,
LogImpact.Medium,
$"[StockMarket] {ToPrettyString(user):user} {verb} {Math.Abs(amount)} stocks of {company.LocalizedDisplayName} at {company.CurrentPrice:F2} credits each (Total: {totalValue})");
$"[StockMarket] {ToPrettyString(user):user} {verb} {Math.Abs(amount)} stocks of {company.LocalizedDisplayName} at {company.CurrentPrice:F2} spesos each (Total: {totalValue})");
return true;
}

View File

@ -172,7 +172,7 @@ mail-metrics-progress-percent = Success rate: {$successRate}%
# General
stock-trading-program-name = StockTrading
stock-trading-title = Intergalactic Stock Market
stock-trading-balance = Balance: {$balance} credits
stock-trading-balance = Balance: {$balance} spesos
stock-trading-no-entries = No entries
stock-trading-owned-shares = Owned: {$shares}
stock-trading-buy-button = Buy