Modify the KeePassHTTP attribute conversion button text (#7073)

This commit is contained in:
Sami Vänttinen 2021-10-25 05:34:30 +03:00 committed by GitHub
parent dd41f093e6
commit 55f2bd41aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View File

@ -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>

View File

@ -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>