Fix xsl0101 toggle description in TZM locale (#3133)#7127
Conversation
📝 WalkthroughWalkthroughA single localization string in the Turkish (TZM) strings database is corrected: the toggle description for ChangesSelen Stealth Tooltip Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix #3133
The TZM (French) locale for
xsl0101_toggle_descriptionincorrectly included extra text"Toggles Motion-Cloak ability"that is not part of the original English string.Before:
Toggles selection priority\nToggles Motion-Cloak abilityAfter:
Toggles selection priorityThis matches all other locales (US, FR, PL, DE, ES, etc.) which correctly use
"Toggles selection priority"only.Closes #3133