From 1a4ea3b1cd6605a7138ba17d0d0c5c943a54bcdf Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 22 Jun 2023 17:12:35 -0400 Subject: [PATCH] Merge pull request #1252 from getchoo/import-hehe chore: avoid confusion in file/url import dialog --- launcher/ui/pages/modplatform/ImportPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/pages/modplatform/ImportPage.h b/launcher/ui/pages/modplatform/ImportPage.h index 8d13ac100..c2acb92da 100644 --- a/launcher/ui/pages/modplatform/ImportPage.h +++ b/launcher/ui/pages/modplatform/ImportPage.h @@ -57,7 +57,7 @@ public: virtual ~ImportPage(); virtual QString displayName() const override { - return tr("Import from zip"); + return tr("Import"); } virtual QIcon icon() const override {