diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 25dad8c..86134db 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine=__1__ __2__ combine-gen=__1__ MK__2__ +enable=[color=255,254,42]Enable:[/color] __1__ [name] basic-entity=Basic @@ -68,7 +69,7 @@ PHI-CT-TILE=[color=54,228,255]CT1[/color] PHI-CT-TILE-CHOICE=[color=54,228,255]CT2[/color] [mod-setting-name] -PHI-MB=[color=255,254,42]Enable better entity[/color] +PHI-MB=[color=255,254,42]Better entity[/color] PHI-MB-ENERGY=[color=255,254,42]Enable compound energy[/color] PHI-MB-ENERGY-POWER-TIER=Power tier PHI-MB-ENERGY-SOLAR-RATIO=Solar ratio diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index a7520ad..7581b76 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine=__1__ __2__ combine-gen=__1__ __2__代目 +enable=[color=255,254,42]有効:[/color] __1__ [name] basic-entity=基本的な diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 8559679..9e26846 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine=__1__ __2__ combine-gen=__1__ __2__代 +enable=color=255,254,42]啟用:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 8559679..9e26846 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine=__1__ __2__ combine-gen=__1__ __2__代 +enable=color=255,254,42]啟用:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index ba6eb4b..1192296 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -4,7 +4,7 @@ data:extend({ name = 'PHI-MB', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB'}, {'mod-setting-name.PHI-MB'}}, + localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB'}, {'', {'phi-cl.enable'}, {'mod-setting-name.PHI-MB'}}}, order = 'A00' }, { type = 'bool-setting',