Translations and code format

This commit is contained in:
Jonathan White 2024-12-23 16:32:02 -05:00
parent 963f7b5b05
commit 910655d356
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
2 changed files with 6 additions and 2 deletions

View file

@ -3633,6 +3633,10 @@ Supported extensions are: %1.</source>
<source>Select import/export file</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Share recursively</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditGroupWidgetMain</name>

View file

@ -110,7 +110,7 @@ namespace
targetRoot->setUpdateTimeinfo(updateTimeinfo);
cloneIcon(targetMetadata, sourceRoot->database(), targetRoot->iconUuid());
cloneEntries(targetMetadata, sourceRoot, targetRoot);
if(reference.recurse) {
if (reference.recurse) {
cloneChildren(targetMetadata, sourceRoot, targetRoot);
}