Fixed minor typos (#4252)

- Fixed minor typos.
This commit is contained in:
Michael 2024-09-19 13:22:21 +02:00 committed by GitHub
parent fa588d9c7d
commit edc1638f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Export Sandbox to a archive, Choose Your Compression Rate and Customize Additional Compression Settings.</string>
<string>Export Sandbox to an archive, choose your compression rate and customize additional compression settings.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -22,7 +22,7 @@
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Export Sandbox from an archive</string>
<string>Import Sandbox from an archive</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -1038,7 +1038,7 @@ QString CSbieView::AddNewBox(bool bAlowTemp)
QString CSbieView::ImportSandbox()
{
QString Path = QFileDialog::getOpenFileName(this, tr("Select file name"), "", tr("7-zip Archive (*.7z);;Zip Archive (*.zip)"));
QString Path = QFileDialog::getOpenFileName(this, tr("Select file name"), "", tr("7-Zip Archive (*.7z);;Zip Archive (*.zip)"));
if (Path.isEmpty())
return "";