mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Single period for tooltip for Addons case sensitivity (resolves kart-krew-dev/ring-racers#172)
This commit is contained in:
parent
3d5639c864
commit
5a622e6ce0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ menuitem_t OPTIONS_DataAdvancedAddon[] =
|
|||
{IT_STRING | IT_CVAR, "Matching", "Set where to check for the text pattern when looking up addons via name.",
|
||||
NULL, {.cvar = &cv_addons_search_type}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Case Sensitivity", "Set whether to consider the case when searching for addons..",
|
||||
{IT_STRING | IT_CVAR, "Case Sensitivity", "Set whether to consider the case when searching for addons.",
|
||||
NULL, {.cvar = &cv_addons_search_case}, 0, 0},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue