diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8895742..52ab359 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -47,7 +47,7 @@ void MainWindow::initialize() { z_label->setText("Translate Z (T, G):"); z_label->setFont(font); QLabel *w_label = new QLabel(); // W label - w_label->setText("Vorex Depth:"); + w_label->setText("Voxel Depth:"); w_label->setFont(font); currTimeLabel = new QLabel(); // Current Time label |