More converts tabs to spaces

This commit is contained in:
khanhduytran0 2020-11-20 06:15:45 +07:00
parent 8651abc104
commit 2b7b3c6bd9
6 changed files with 279 additions and 279 deletions

View File

@ -123,9 +123,9 @@
<string name="global_unpacking">Unpacking %s</string> <string name="global_unpacking">Unpacking %s</string>
<string name="global_error_field_empty">This field can\'t be empty</string> <string name="global_error_field_empty">This field can\'t be empty</string>
<!-- <!--
<string name="mcl_about"> <string name="mcl_about">
%1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" + %1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" +
" - by Khanh Duy Tran (based from \"Boardwalk\" app)\n" + " - by Khanh Duy Tran (based from \"Boardwalk\" app)\n" +
"Using libraries:\n" + "Using libraries:\n" +
" • LWJGL " + org.lwjgl.Sys.getVersion() + "\n" + " • LWJGL " + org.lwjgl.Sys.getVersion() + "\n" +
@ -144,7 +144,7 @@
" - This app only use LWJGL2 and don't have a JRE8 desugar, so doesn't support 1.13 or higher versions.\n" + " - This app only use LWJGL2 and don't have a JRE8 desugar, so doesn't support 1.13 or higher versions.\n" +
" - This app is not affiliated with Minecraft, Mojang or Microsoft.\n") " - This app is not affiliated with Minecraft, Mojang or Microsoft.\n")
</string> </string>
--> -->
<!-- MainActivity: strings --> <!-- MainActivity: strings -->
<string name="mcn_exit_title">Application/Game exited with code %d</string> <string name="mcn_exit_title">Application/Game exited with code %d</string>
<string name="mcn_exit_call">Exit</string> <string name="mcn_exit_call">Exit</string>