diff options
| author | seth <getchoo@tuta.io> | 2023-06-22 17:12:35 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 17:12:35 -0400 | 
| commit | 83efdccfe19a48c903f12c61dc377b2bbe8a3ba6 (patch) | |
| tree | 935e6a46d76a8e79b34e2e8d361b571ae9b347a3 /launcher | |
| parent | f1ebec641aa1a8f8992d6230a42001ad18c24a74 (diff) | |
| parent | a4521ac0bbd0472c0f8bbf184d1b2f5b54ed8e0b (diff) | |
| download | PrismLauncher-83efdccfe19a48c903f12c61dc377b2bbe8a3ba6.tar.gz PrismLauncher-83efdccfe19a48c903f12c61dc377b2bbe8a3ba6.tar.bz2 PrismLauncher-83efdccfe19a48c903f12c61dc377b2bbe8a3ba6.zip | |
Merge pull request #1252 from getchoo/import-hehe
chore: avoid confusion in file/url import dialog
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/ui/pages/modplatform/ImportPage.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/launcher/ui/pages/modplatform/ImportPage.h b/launcher/ui/pages/modplatform/ImportPage.h index 8d13ac10..c2acb92d 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      { | 
