Codechange: Replace color with colour.

This commit is contained in:
Peter Nelson
2025-11-17 22:07:59 +00:00
committed by dP
parent a1bc41d67d
commit 90001dabfa
14 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ std::tuple<CommandCost, LeagueTableID> CmdCreateLeagueTable(DoCommandFlags flags
* @param flags type of operation
* @param table Id of the league table this element belongs to
* @param rating Value that elements are ordered by
* @param company Company to show the color blob for or CompanyID::Invalid()
* @param company Company to show the colour blob for or CompanyID::Invalid()
* @param text Text of the element
* @param score String representation of the score associated with the element
* @param link_type Type of the referenced object
@@ -100,7 +100,7 @@ std::tuple<CommandCost, LeagueTableElementID> CmdCreateLeagueTableElement(DoComm
* Update the attributes of a league table element.
* @param flags type of operation
* @param element Id of the element to update
* @param company Company to show the color blob for or CompanyID::Invalid()
* @param company Company to show the colour blob for or CompanyID::Invalid()
* @param text Text of the element
* @param link_type Type of the referenced object
* @param link_target Id of the referenced object