mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 15:13:14 +00:00
63cbcf2eb5
Title case is meant for titles, headers, entity names, classes, keys, and button captions (see https://trac.wildfiregames.com/wiki/EnglishStyleGuide#Capitalization ). In the game options about every entry (two exceptions) in the lists is capitalized, which is both unnecessary and excessive. This patch removes title case from the listed items, reserving it for the section headers. Before: {F1154299} After: {F1154298} Patch By: Nescio Reviewed By: Gallaecio Differential Revision: https://code.wildfiregames.com/D2437 This was SVN commit r23368.