mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 16:30:29 -05:00
Modify the KeePassHTTP attribute conversion button text (#7073)
This commit is contained in:
parent
dd41f093e6
commit
55f2bd41aa
@ -1668,10 +1668,6 @@ Permissions to access entries will be revoked.</translation>
|
|||||||
<source>Remove selected key</source>
|
<source>Remove selected key</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Move KeePassHTTP attributes to KeePassXC-Browser custom data</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Refresh database root group ID</source>
|
<source>Refresh database root group ID</source>
|
||||||
<translation type="unfinished"></translation>
|
<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>
|
This is necessary to maintain compatibility with the browser plugin.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>DatabaseSettingsWidgetDatabaseKey</name>
|
<name>DatabaseSettingsWidgetDatabaseKey</name>
|
||||||
|
@ -60,7 +60,10 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user