From 9f4ea5d9d65607cc1563ea493b5a989862c4aefe Mon Sep 17 00:00:00 2001 From: YannickMG Date: Thu, 23 Dec 2021 17:40:28 -0500 Subject: Tooltip rework (#13) * Draft for unified build script * Update gradle, build script and streamline dependencies * Fixed string typos Fixed VisualProspecting vein name missing whitespace * Several dimension name fixes: - Handle tooltip display for individual recipes when multiple are visible - Don't hide the background when tooltip is shown - Tooltip trigger area more precise - Dimension names appear in progression order both in abbreviated and tooltip forms - Customizable dimension name tooltip max line count * Removed some dead code Especially asteroid handling separate from vein handling There's more still to remove * Javadoc for StringPaddingHack class Also comment cleanup * Fixed more misnamed dimensions Co-authored-by: Johann Bernhardt --- .../assets/gtneioreplugin/lang/en_US.lang | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/main/resources/assets/gtneioreplugin/lang') diff --git a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang index b770cea7cb..ec8c8a9681 100644 --- a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang +++ b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang @@ -37,10 +37,10 @@ gtnop.nei.genPositionInfo=In the center of each chunk # world names gtnop.world.Overworld=Overworld gtnop.world.Nether=Nether -gtnop.world.TheEnd=TheEnd -gtnop.world.Twilight=Twilight Forrest +gtnop.world.TheEnd=The End +gtnop.world.Twilight=Twilight Forest gtnop.world.EndAsteroid=Far End Asteroids -gtnop.world.Vanilla EndAsteroids=Vanilla EndAsteroids +gtnop.world.Vanilla EndAsteroids=Vanilla End Asteroids gtnop.world.Moon=Moon gtnop.world.Mars=Mars gtnop.world.Phobos=Phobos @@ -60,15 +60,15 @@ gtnop.world.Oberon=Oberon gtnop.world.Proteus=Proteus gtnop.world.Triton=Triton gtnop.world.Pluto=Pluto -gtnop.world.Kuiperbelt=Kuiperbelt +gtnop.world.Kuiperbelt=Kuiper Belt gtnop.world.Haumea=Haumea -gtnop.world.MakeMake=MakeMake -gtnop.world.CentauriA=αCentauriBb -gtnop.world.VegaB=VegaB -gtnop.world.BarnardC=BarnardC -gtnop.world.BarnardE=BarnardE -gtnop.world.BarnardF=BarnardF -gtnop.world.TcetiE=TcetiE +gtnop.world.MakeMake=Makemake +gtnop.world.CentauriA=α Centauri Bb +gtnop.world.VegaB=Vega B +gtnop.world.BarnardC=Barnard C +gtnop.world.BarnardE=Barnard E +gtnop.world.BarnardF=Barnard F +gtnop.world.TcetiE=T Ceti E gtnop.world.Underdark=Deep Dark -- cgit