summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index db1e557..7973b1f 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -88,7 +88,7 @@ MainWindow::MainWindow(Settings& settings)
connect(act_quit, SIGNAL(triggered()), this, SLOT(close()));
QMenu* projectMenu = menuBar()->addMenu(tr("&Project"));
- QAction* act_render = new QAction(tr("&Render..."), this);
+ QAction* act_render = new QAction(tr("&Export..."), this);
projectMenu->addAction(act_render);
connect(act_render, SIGNAL(triggered()), this, SLOT(render()));