Change a couple strings

This commit is contained in:
Cart 2024-10-13 15:57:21 -04:00 committed by Maksim Belov
parent 64740150ce
commit ca6c7ff3ed
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ public class MainActivity extends BaseActivity implements ControlButtonMenuListe
Tools.releaseRenderersCache(); Tools.releaseRenderersCache();
} }
MinecraftAccount minecraftAccount = PojavProfile.getCurrentProfileContent(this, null); MinecraftAccount minecraftAccount = PojavProfile.getCurrentProfileContent(this, null);
Logger.appendToLog("--------- beginning with launcher debug"); Logger.appendToLog("--------- Starting game with Launcher Debug!");
printLauncherInfo(versionId, Tools.isValidString(minecraftProfile.javaArgs) ? minecraftProfile.javaArgs : LauncherPreferences.PREF_CUSTOM_JAVA_ARGS); printLauncherInfo(versionId, Tools.isValidString(minecraftProfile.javaArgs) ? minecraftProfile.javaArgs : LauncherPreferences.PREF_CUSTOM_JAVA_ARGS);
JREUtils.redirectAndPrintJRELog(); JREUtils.redirectAndPrintJRELog();
LauncherProfiles.load(); LauncherProfiles.load();

View File

@ -13,7 +13,7 @@
<string name="login_online_login_label">Login</string> <string name="login_online_login_label">Login</string>
<!-- Hint --> <!-- Hint -->
<string name="hint_control_mapping">"Tap the top center cog icon to open the context menu ⚙\nTap a button to customize: edit, resize, delete, or customize it's keybind."</string> <string name="hint_control_mapping">"Touch the top center cogwheel to open the context menu ⚙\nTap a button to customize: edit, resize, remove, or change its keybind."</string>
<!-- Warnings --> <!-- Warnings -->
<string name="warning_remove_account">This account will be removed!</string> <string name="warning_remove_account">This account will be removed!</string>