diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 563ae0a18..0432d4b6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ labels: ["bug"] body: - type: markdown attributes: - value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Lime. + value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Lime3DS. - type: checkboxes attributes: label: Is there an existing issue for this? diff --git a/src/lime/lime.cpp b/src/lime/lime.cpp index e04eaef7a..f7a41cdd5 100644 --- a/src/lime/lime.cpp +++ b/src/lime/lime.cpp @@ -415,7 +415,7 @@ int main(int argc, char** argv) { return -1; case Core::System::ResultStatus::ErrorLoader_ErrorEncrypted: LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before " - "being used with Lime. \n\n For more information on dumping and " + "being used with Lime3DS. \n\n For more information on dumping and " "decrypting games, please refer to: " "https://web.archive.org/web/20240304210021/https://citra-emu.org/" "wiki/dumping-game-cartridges/"); diff --git a/src/lime_qt/main.cpp b/src/lime_qt/main.cpp index f08aa4991..e763b7652 100644 --- a/src/lime_qt/main.cpp +++ b/src/lime_qt/main.cpp @@ -2196,7 +2196,7 @@ void GMainWindow::OnCIAInstallReport(Service::AM::InstallStatus status, QString case Service::AM::InstallStatus::ErrorEncrypted: QMessageBox::critical(this, tr("Encrypted File"), tr("%1 must be decrypted " - "before being used with Lime. A real 3DS is required.") + "before being used with Lime3DS. A real 3DS is required.") .arg(filename)); break; case Service::AM::InstallStatus::ErrorFileNotFound: