Change: Reword Finance window's Net Profit to Profit

This commit is contained in:
Tyler Trahan
2022-11-13 08:32:32 -07:00
parent adf94d7970
commit 0d631a6fda
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
/**