From 0d631a6fda92420fe2c5201f3e5dfd0507ceb621 Mon Sep 17 00:00:00 2001 From: Tyler Trahan Date: Sun, 13 Nov 2022 08:32:32 -0700 Subject: [PATCH] Change: Reword Finance window's Net Profit to Profit --- src/company_gui.cpp | 2 +- src/lang/english.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/company_gui.cpp b/src/company_gui.cpp index 8aa5e97ff7..bf43af43d4 100644 --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -199,7 +199,7 @@ static void DrawCategories(const Rect &r) /* Draw total profit/loss */ y += WidgetDimensions::scaled.vsep_normal; - DrawString(r.left, r.right, y, STR_FINANCES_NET_PROFIT, TC_FROMSTRING, SA_LEFT); + DrawString(r.left, r.right, y, STR_FINANCES_PROFIT, TC_FROMSTRING, SA_LEFT); } /** diff --git a/src/lang/english.txt b/src/lang/english.txt index bb8eb4c1dd..96eb124257 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3664,7 +3664,7 @@ STR_FINANCES_TOTAL_CAPTION :{WHITE}Total STR_FINANCES_NEGATIVE_INCOME :-{CURRENCY_LONG} STR_FINANCES_ZERO_INCOME :{CURRENCY_LONG} STR_FINANCES_POSITIVE_INCOME :+{CURRENCY_LONG} -STR_FINANCES_NET_PROFIT :{WHITE}Net Profit +STR_FINANCES_PROFIT :{WHITE}Profit STR_FINANCES_BANK_BALANCE_TITLE :{WHITE}Bank Balance STR_FINANCES_OWN_FUNDS_TITLE :{WHITE}Own Funds STR_FINANCES_LOAN_TITLE :{WHITE}Loan