Change label `Folders On Top` to `Folders First` in Extract and Diff view.

* src/vorta/assets/UI/diffresult.ui
* src/vorta/assets/UI/extractdialog.ui
This commit is contained in:
real-yfprojects 2022-11-09 15:06:53 +01:00
parent 7e7abafb3e
commit b80e617f25
No known key found for this signature in database
GPG Key ID: 00F630DFDEE25747
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>↔</string>
<string notr="true">↔</string>
</property>
</widget>
</item>
@ -65,7 +65,7 @@
<string>Keep folders on top when sorting</string>
</property>
<property name="text">
<string>Folders On Top</string>
<string>Folders First</string>
</property>
<property name="checkable">
<bool>true</bool>

View File

@ -61,7 +61,7 @@
<string>Keep folders on top when sorting</string>
</property>
<property name="text">
<string>Folders On Top</string>
<string>Folders First</string>
</property>
<property name="checkable">
<bool>true</bool>