Merge pull request #3818 from love-code-yeyixiao/master

Modify a text in UI.
This commit is contained in:
DavidXanatos 2024-04-14 11:46:00 +02:00 committed by GitHub
commit 2deb5ce7d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
<enum>QTabWidget::North</enum> <enum>QTabWidget::North</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>7</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tabGeneral"> <widget class="QWidget" name="tabGeneral">
<attribute name="title"> <attribute name="title">
@ -55,7 +55,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTabWidget" name="tabsGeneral"> <widget class="QTabWidget" name="tabsGeneral">
<property name="currentIndex"> <property name="currentIndex">
<number>3</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="tabOptions"> <widget class="QWidget" name="tabOptions">
<attribute name="title"> <attribute name="title">
@ -465,7 +465,7 @@
<item row="10" column="1" colspan="5"> <item row="10" column="1" colspan="5">
<widget class="QCheckBox" name="chkAutoEmpty"> <widget class="QCheckBox" name="chkAutoEmpty">
<property name="text"> <property name="text">
<string>Auto delete content when last sandboxed process terminates</string> <string>Auto delete content changes when last sandboxed process terminates</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -4661,8 +4661,8 @@ instead of &quot;*&quot;.</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>75</width> <width>98</width>
<height>16</height> <height>28</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="dbgLayout"> <layout class="QGridLayout" name="dbgLayout">