From b92223cb30f2c0506e9a44ab61c8f112266eca94 Mon Sep 17 00:00:00 2001 From: Roar Date: Mon, 25 May 2026 22:02:14 +0200 Subject: [PATCH] Updated lang.properties Mirrored changes in lang_en. --- millions/src/main/resources/i18n/lang.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/millions/src/main/resources/i18n/lang.properties b/millions/src/main/resources/i18n/lang.properties index 61c65d9..4ac2825 100644 --- a/millions/src/main/resources/i18n/lang.properties +++ b/millions/src/main/resources/i18n/lang.properties @@ -1,4 +1,4 @@ -# Default file to use if there is an error with language locale +# File for the english language # StartView newGame = New Game @@ -53,6 +53,7 @@ portfolioGross = Gross: portfolioCommission = Commission: portfolioTax = Tax: portfolioTotal = Total: +portfolioProfit = Profit: sellButton = Sell portfolioShareQuantity = Qty: portfolioBuyPrice = Buy price: @@ -62,4 +63,4 @@ portfolioCurrentPrice = Current Price: historyTitle=Transaction History historyTypePurchase=Purchase historyTypeSale=Sale -historyCellFormat=Week %d | %s | %s | Qty: %s | Total: $%s +historyCellFormat=Week %d | %s | %s | Price: %s | Qty: %s | Gross: %s | Commission: %s | Tax: %s | Total: $%s | Profit: %s