mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
change extension checkbox text, add label, fix indentation
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
<string>Toggle auto updating expiration date</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Auto assign new password expiration after modification:</string>
|
||||
<string>Update when password is changed:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -296,6 +296,16 @@
|
||||
<property name="spacing">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="notesHint">
|
||||
<property name="text">
|
||||
<string>Extend by: </string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignTop</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="extendByQuantity">
|
||||
<property name="enabled">
|
||||
|
||||
Reference in New Issue
Block a user