From e4f5b8f95c3005ba08c32b2866b131380cd14e78 Mon Sep 17 00:00:00 2001 From: Not-A-Normal-Robot <76723917+Not-A-Normal-Robot@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:56:57 +0700 Subject: [PATCH] Invis --> Invisible (#299) * Invis --> Invisible For modes, "Invisible" still fits, so the shortened version is not needed. This is untrue for modes with invis modes though, they might not fit. * Lined up text --- parts/language/lang_en.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parts/language/lang_en.lua b/parts/language/lang_en.lua index cf34b19f..ff8a74b8 100644 --- a/parts/language/lang_en.lua +++ b/parts/language/lang_en.lua @@ -781,12 +781,12 @@ return{ ['rhythm_e']= {"Rhythm", "EASY", "200-line low-BPM rhythm marathon."}, ['rhythm_h']= {"Rhythm", "HARD", "200-line medium BPM rhythm marathon"}, ['rhythm_u']= {"Rhythm", "ULTIMATE", "200-line high-BPM rhythm marathon."}, - ['blind_e']= {"Invis", "HALF", "For novices."}, - ['blind_n']= {"Invis", "ALL", "For intermediates."}, - ['blind_h']= {"Invis", "SUDDEN", "For the experienced."}, - ['blind_l']= {"Invis", "SUDDEN+", "For professionals."}, - ['blind_u']= {"Invis", "?", "Are you ready?"}, - ['blind_wtf']= {"Invis", "WTF", "You're not ready."}, + ['blind_e']= {"Invisible", "HALF", "For novices."}, + ['blind_n']= {"Invisible", "ALL", "For intermediates."}, + ['blind_h']= {"Invisible", "SUDDEN", "For the experienced."}, + ['blind_l']= {"Invisible", "SUDDEN+", "For professionals."}, + ['blind_u']= {"Invisible", "?", "Are you ready?"}, + ['blind_wtf']= {"Invisible", "WTF", "You're not ready."}, ['classic_h']= {"Classic", "HARD", "A medium speed recreation from the 80s."}, ['classic_l']= {"Classic", "LUNATIC", "A high-speed recreation from the 80s."}, ['classic_u']= {"Classic", "ULTIMATE", "A very high-speed recreation from the 80s."},