Skip to content

Commit

Permalink
fix upstream typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jun 16, 2024
1 parent be6e038 commit 1e0b2f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static boolean installNewJreIfNeeded(Activity activity, JMinecraftVersion

private static void showRuntimeFail(Activity activity, JMinecraftVersionList.Version verInfo) {
Tools.dialogOnUiThread(activity, activity.getString(R.string.global_error),
activity.getString(R.string.multirt_nocompartiblert, verInfo.javaVersion.majorVersion));
activity.getString(R.string.multirt_nocompatiblert, verInfo.javaVersion.majorVersion));
}

private enum InternalRuntime {
Expand All @@ -113,4 +113,4 @@ private enum InternalRuntime {
}
}

}
}

0 comments on commit 1e0b2f0

Please sign in to comment.