Changes "credits" to "spesos" in the stock market (#4343)
This commit is contained in:
parent
7b8599c15e
commit
a7fff28602
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue