From 2b9b9db07f69492dfda3bd9b2eccbdfe4f96a984 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Mon, 12 Feb 2024 15:08:19 +0100 Subject: [PATCH] Update en.json --- src/lib/lang/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/lang/en.json b/src/lib/lang/en.json index c0d44cc..5bd037c 100644 --- a/src/lib/lang/en.json +++ b/src/lib/lang/en.json @@ -5,9 +5,9 @@ "progress.download_file": "Downloading {{file}} ({{idx}}/{{total}})", "progress.extract_overrides": "Extracting configuration files", "progress.install_loader": "Installing mod loader", - "progress.add_profile": "Creating launcher profile", + "progress.add_profile": "Creating launcher installation", "ui.loading-versions": "Loading versions...", - "ui.version-tooltip": "Vanilla Installer allows easy installation of all supported versions of Fabulously Optimized. For outdated versions, use a different launcher.", + "ui.version-tooltip": "Vanilla Installer allows easy installation of all supported versions of Fabulously Optimized. For outdated versions, use a different launcher or install method.", "ui.isolate-profile": "Use a different .minecraft directory for this version?", "ui.profile-dir-placeholder": "Leave blank to let the installer decide", "ui.profile-dir-browse-label": "Browse folders", @@ -15,9 +15,9 @@ "ui.installing": "Installing...", "ui.installed": "Fabulously Optimized is installed!", "ui.install-error": "An error occurred while installing Fabulously Optimized: {{errorMessage}}", - "ui.downgrade-msg": "You are attempting to downgrade the Minecraft version. This is NOT SUPPORTED by Mojang or Fabulously Optimized and it may cause world corruption or crashes.
If you want to do this safely, you should backup mods, config and saves folders to a different location and delete them from your .minecraft folder.
To skip this warning after backing up the folders, delete paigaldaja_meta.json from your .minecraft folder.", + "ui.downgrade-msg": "You are attempting to downgrade the Minecraft version. This is NOT SUPPORTED by Mojang or Fabulously Optimized and it may cause world corruption or crashes.
If you want to do this safely, you should backup mods, config and saves folders to a different location and delete them from your .minecraft folder.", "ui.confirm-downgrade": "Yes, I want to downgrade FO.", "ui.downgrade-cancel": "Back", "ui.downgrade-continue": "Continue", "ui.confirm-exit": "Fabulously Optimized is installing. Are you sure you want to exit?" -} \ No newline at end of file +}