Merge pull request #1252 from getchoo/import-hehe

chore: avoid confusion in file/url import dialog
This commit is contained in:
seth 2023-06-22 17:12:35 -04:00 committed by GitHub
commit 83efdccfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{