Single period for tooltip for Addons case sensitivity (resolves kart-krew-dev/ring-racers#172)

This commit is contained in:
toaster 2025-10-21 20:22:30 +01:00
parent 3d5639c864
commit 5a622e6ce0

View file

@ -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},
};