mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 06:20:59 -04:00
Translations and code format
This commit is contained in:
parent
57fd413ff4
commit
c9712ec826
2 changed files with 6 additions and 2 deletions
|
@ -3555,6 +3555,10 @@ Supported extensions are: %1.</source>
|
||||||
<source>Select import/export file</source>
|
<source>Select import/export file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Share recursively</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>EditGroupWidgetMain</name>
|
<name>EditGroupWidgetMain</name>
|
||||||
|
|
|
@ -110,7 +110,7 @@ namespace
|
||||||
targetRoot->setUpdateTimeinfo(updateTimeinfo);
|
targetRoot->setUpdateTimeinfo(updateTimeinfo);
|
||||||
cloneIcon(targetMetadata, sourceRoot->database(), targetRoot->iconUuid());
|
cloneIcon(targetMetadata, sourceRoot->database(), targetRoot->iconUuid());
|
||||||
cloneEntries(targetMetadata, sourceRoot, targetRoot);
|
cloneEntries(targetMetadata, sourceRoot, targetRoot);
|
||||||
if(reference.recurse) {
|
if (reference.recurse) {
|
||||||
cloneChildren(targetMetadata, sourceRoot, targetRoot);
|
cloneChildren(targetMetadata, sourceRoot, targetRoot);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue