From f05a5aaffdd8187c2f864d7ee25316778530ee4b Mon Sep 17 00:00:00 2001 From: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:27:19 +0200 Subject: some text change (#1369) * some text change * added colors with ON / OFF * correction --- src/main/resources/assets/gregtech/lang/en_US.lang | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 017aeedb78..b2cedefa4d 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -107,12 +107,12 @@ GT5U.machines.digitaltank.tooltip1=Can keep its contents when harvested GT5U.machines.digitaltank.tooltip2=Sneak when harvesting to void its contents GT5U.machines.digitaltank.autooutput.name=Fluid Auto-Output GT5U.machines.digitaltank.lockfluid.name=Lock Fluid Mode -GT5U.machines.digitaltank.lockfluid.tooltip=§7First you need to a fill this tank fluid, then press the button -GT5U.machines.digitaltank.lockfluid.tooltip1=§7No liquids will be poured in here except this one +GT5U.machines.digitaltank.lockfluid.tooltip=§7This tank will be locked to only accept one type of fluid +GT5U.machines.digitaltank.lockfluid.tooltip1=§7It will be locked to the first fluid that goes in GT5U.machines.digitaltank.voidoverflow.name=Overflow Voiding Mode -GT5U.machines.digitaltank.voidoverflow.tooltip=§7Overflown Fluid is removing if tank full +GT5U.machines.digitaltank.voidoverflow.tooltip=§7Voids all fluid excess if the tank is full GT5U.machines.digitaltank.voidfull.name=Void Full Mode -GT5U.machines.digitaltank.voidfull.tooltip=§7Fluid is completely removing +GT5U.machines.digitaltank.voidfull.tooltip=§7Voids all fluids that enter the tank GT5U.machines.digitaltank.inputfromoutput.name=Input Fluid from Output Side GT5U.machines.select_circuit=Select Machine Mode GT5U.machines.select_circuit.tooltip=Ghost Circuit Slot @@ -202,14 +202,14 @@ GT5U.item.programmed_circuit.no_screwdriver.0=Trying to mangle a CIRCUIT with yo GT5U.item.programmed_circuit.no_screwdriver.1=Your thumb is not a screwdriver. Try a real one. GT5U.item.programmed_circuit.no_screwdriver.2=Chuck Norris stares at the circuit until it reprograms itself. You do not. -GT5U.hatch.disableFilter.true=Input Filter Off -GT5U.hatch.disableFilter.false=Input Filter On -GT5U.hatch.disableMultiStack.true=Multi Stack Input Off -GT5U.hatch.disableMultiStack.false=Multi Stack Input On -GT5U.hatch.disableSort.true=Sorting mode: OFF -GT5U.hatch.disableSort.false=Sorting mode: ON -GT5U.hatch.disableLimited.true=Limiting mode: OFF -GT5U.hatch.disableLimited.false=Limiting mode: ON +GT5U.hatch.disableFilter.true=Input Filter §cOff§r +GT5U.hatch.disableFilter.false=Input Filter §aOn§r +GT5U.hatch.disableMultiStack.true=Multi Stack Input §cOff§r +GT5U.hatch.disableMultiStack.false=Multi Stack Input §aOn§r +GT5U.hatch.disableSort.true=Sorting mode §cOff§r +GT5U.hatch.disableSort.false=Sorting mode §aOn§r +GT5U.hatch.disableLimited.true=Limiting mode §cOff§r +GT5U.hatch.disableLimited.false=Limiting mode §aOn§r GT5U.hatch.infiniteCache.true=ME Output bus will infinitely cache item, until you connect it to ME GT5U.hatch.infiniteCache.false=ME Output bus will stop accepting items when offline for more than 2 seconds -- cgit