Add what's it entry to Recreate Existing File System checkbox.

BUG: 385524
This commit is contained in:
Andrius Štikonas 2017-10-09 18:41:48 +01:00
parent ca42730d39
commit f30a3c999f
1 changed files with 6 additions and 4 deletions

View File

@ -46,7 +46,7 @@
<item row="2" column="0">
<widget class="QLabel" name="m_LabelFileSystem">
<property name="text">
<string comment="@label:listbox">File system:</string>
<string comment="@label:listbox">File syste&amp;m:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -62,7 +62,7 @@
<item row="3" column="0">
<widget class="QLabel" name="m_LabelTextLabel">
<property name="text">
<string comment="@label">Label:</string>
<string comment="@label">&amp;Label:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -73,8 +73,7 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="m_EditLabel">
</widget>
<widget class="QLineEdit" name="m_EditLabel"/>
</item>
<item row="4" column="1">
<widget class="QLabel" name="m_LabelTextNoSetLabel">
@ -88,6 +87,9 @@
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="m_CheckRecreate">
<property name="whatsThis">
<string>This will reformat the filesystem, losing all contents, but keeping the same filesystem type.</string>
</property>
<property name="text">
<string comment="@action:button">Recreate existing file system</string>
</property>