Skip to content

Commit bee5583

Browse files
committed
[ui] Application: Rename Publish to ExportFiles in tooltip
1 parent 50d4281 commit bee5583

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 \"ExportFiles\" node will be displayed)"
612612
text: "Load Template"
613613
onTriggered: {
614614
ensureSaved(function() {

0 commit comments

Comments
 (0)