mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Change a couple strings
This commit is contained in:
parent
64740150ce
commit
ca6c7ff3ed
@ -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();
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user