mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-26 03:37:22 +08:00
WIP
This commit is contained in:
@@ -73,7 +73,7 @@ public class MyCheckBox : MonoBehaviour
|
||||
{
|
||||
if (labelText != null)
|
||||
{
|
||||
labelText.text = val;
|
||||
labelText.text = val.Translate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user