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
This commit is contained in:
Not-A-Normal-Robot
2021-09-14 11:56:57 +07:00
committed by GitHub
parent d31ab133f4
commit e4f5b8f95c

View File

@@ -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."},