From 1a02c1917647746f00d190fa6abd9809bb3a4c83 Mon Sep 17 00:00:00 2001 From: Luna <93695520+LunaisLazier@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:00:30 -0600 Subject: [PATCH] correct some instances of "fjord" to "shattered/shattered prism" --- cmake/MacOSXBundleInfo.plist.in | 8 ++++---- launcher/filelink/FileLink.cpp | 2 +- launcher/ui/setupwizard/JavaWizardPage.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index aa87abb35..4a2d5c753 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -7,7 +7,7 @@ NSMicrophoneUsageDescription A Minecraft mod wants to access your microphone. NSDownloadsFolderUsageDescription - Fjord uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where Fjord scans for downloaded mods in Settings or the prompt that appears. + Shattered Prism uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where Shattered Prism scans for downloaded mods in Settings or the prompt that appears. NSPrincipalClass NSApplication NSHighResolutionCapable @@ -55,7 +55,7 @@ mrpack CFBundleTypeName - Fjord Launcher instance + Shattered Prism instance CFBundleTypeOSTypes TEXT @@ -81,10 +81,10 @@ CFBundleURLName - FjordLauncher + ShatteredPrism CFBundleURLSchemes - fjordlauncher + shatteredprism diff --git a/launcher/filelink/FileLink.cpp b/launcher/filelink/FileLink.cpp index 9d8ed6f31..4abf3e165 100644 --- a/launcher/filelink/FileLink.cpp +++ b/launcher/filelink/FileLink.cpp @@ -74,7 +74,7 @@ FileLinkApp::FileLinkApp(int& argc, char** argv) : QCoreApplication(argc, argv), // Commandline parsing QCommandLineParser parser; - parser.setApplicationDescription(QObject::tr("a batch MKLINK program for windows to be used with fjordlauncher")); + parser.setApplicationDescription(QObject::tr("a batch MKLINK program for windows to be used with shatteredprism")); parser.addOptions({ { { "s", "server" }, "Join the specified server on launch", "pipe name" }, { { "H", "hard" }, "use hard links instead of symbolic", "true/false" } }); diff --git a/launcher/ui/setupwizard/JavaWizardPage.cpp b/launcher/ui/setupwizard/JavaWizardPage.cpp index 3861a294b..636572e67 100644 --- a/launcher/ui/setupwizard/JavaWizardPage.cpp +++ b/launcher/ui/setupwizard/JavaWizardPage.cpp @@ -83,6 +83,6 @@ void JavaWizardPage::retranslate() { setTitle(tr("Java")); setSubTitle( - tr("Please select how much memory to allocate to instances and if Fjord Launcher should manage Java automatically or manually.")); + tr("Please select how much memory to allocate to instances and if Shattered Prism should manage Java automatically or manually.")); m_java_widget->retranslate(); }