parent
fa588d9c7d
commit
edc1638f3d
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue