Skip to content

Commit 274b23a

Browse files
committed
[ui] Application: Rename Publish to CopyFiles in tooltip
1 parent da7169c commit 274b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ Page {
608608
Action {
609609
id: loadTemplateAction
610610

611-
property string tooltip: "Load a template like a regular project file (any \"Publish\" node will be displayed)"
611+
property string tooltip: "Load a template like a regular project file (any \"CopyFiles\" node will be displayed)"
612612
text: "Load Template"
613613
onTriggered: {
614614
ensureSaved(function() {

0 commit comments

Comments
 (0)