Skip to content

Commit

Permalink
Change a couple strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartrigger authored and artdeell committed Oct 16, 2024
1 parent 6474015 commit ca6c7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private void runCraft(String versionId, JMinecraftVersionList.Version version) t
Tools.releaseRenderersCache();
}
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);
JREUtils.redirectAndPrintJRELog();
LauncherProfiles.load();
Expand Down
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<string name="login_online_login_label">Login</string>

<!-- 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 -->
<string name="warning_remove_account">This account will be removed!</string>
Expand Down

0 comments on commit ca6c7ff

Please sign in to comment.