Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ApplicationSettingsWidgetGeneral.ui')
-rw-r--r--src/gui/ApplicationSettingsWidgetGeneral.ui14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/gui/ApplicationSettingsWidgetGeneral.ui b/src/gui/ApplicationSettingsWidgetGeneral.ui
index 7324c5ab7..197d25b20 100644
--- a/src/gui/ApplicationSettingsWidgetGeneral.ui
+++ b/src/gui/ApplicationSettingsWidgetGeneral.ui
@@ -253,14 +253,14 @@
<item>
<widget class="QCheckBox" name="autoSaveOnExitCheckBox">
<property name="text">
- <string>Automatically save on exit</string>
+ <string>Automatically save when locking database</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="trackNonDataChangesCheckBox">
+ <widget class="QCheckBox" name="autoSaveNonDataChangesCheckBox">
<property name="text">
- <string>Mark database as modified for non-data changes (e.g., expanding groups)</string>
+ <string>Automatically save non-data changes when locking database</string>
</property>
</widget>
</item>
@@ -626,6 +626,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="focusPolicy">
+ <enum>Qt::StrongFocus</enum>
+ </property>
+ <property name="accessibleName">
+ <string>Tray icon type</string>
+ </property>
</widget>
</item>
<item row="0" column="1">
@@ -1031,7 +1037,7 @@
<tabstop>checkForUpdatesIncludeBetasCheckBox</tabstop>
<tabstop>autoSaveAfterEveryChangeCheckBox</tabstop>
<tabstop>autoSaveOnExitCheckBox</tabstop>
- <tabstop>trackNonDataChangesCheckBox</tabstop>
+ <tabstop>autoSaveNonDataChangesCheckBox</tabstop>
<tabstop>backupBeforeSaveCheckBox</tabstop>
<tabstop>autoReloadOnChangeCheckBox</tabstop>
<tabstop>useAtomicSavesCheckBox</tabstop>