mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Modify the KeePassHTTP attribute conversion button text (#7073)
This commit is contained in:
parent
dd41f093e6
commit
55f2bd41aa
2 changed files with 12 additions and 5 deletions
|
@ -1668,10 +1668,6 @@ Permissions to access entries will be revoked.</translation>
|
|||
<source>Remove selected key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Move KeePassHTTP attributes to KeePassXC-Browser custom data</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Refresh database root group ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1694,6 +1690,14 @@ This is only necessary if your database is a copy of another and the browser ext
|
|||
This is necessary to maintain compatibility with the browser plugin.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Convert KeePassHTTP data</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Convert legacy KeePassHTTP attributes to KeePassXC-Browser compatible custom data</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DatabaseSettingsWidgetDatabaseKey</name>
|
||||
|
|
|
@ -60,7 +60,10 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Move KeePassHTTP attributes to KeePassXC-Browser custom data</string>
|
||||
<string>Convert KeePassHTTP data</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Convert legacy KeePassHTTP attributes to KeePassXC-Browser compatible custom data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue