summaryrefslogtreecommitdiffstats
path: root/tests/scattertest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scattertest/main.cpp')
-rw-r--r--tests/scattertest/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scattertest/main.cpp b/tests/scattertest/main.cpp
index f434e324..53e94083 100644
--- a/tests/scattertest/main.cpp
+++ b/tests/scattertest/main.cpp
@@ -240,7 +240,7 @@ int main(int argc, char **argv)
optimizationStaticCB->setChecked(false);
QCheckBox *orthoCB = new QCheckBox(widget);
- orthoCB->setText(QStringLiteral("Orthogonal projection"));
+ orthoCB->setText(QStringLiteral("Orthographic projection"));
orthoCB->setChecked(false);
QCheckBox *polarCB = new QCheckBox(widget);