From 273f0609253efbf20aa4e1a2c1341a5839a1ee1a Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 21 May 2025 10:20:41 +0200 Subject: [PATCH] Harmonize naming of Configuration / Window Configuration in the Launcher settings --- apps/OpenSpace/ext/launcher/src/settingsdialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/OpenSpace/ext/launcher/src/settingsdialog.cpp b/apps/OpenSpace/ext/launcher/src/settingsdialog.cpp index 1392e409b3..5e943f99c3 100644 --- a/apps/OpenSpace/ext/launcher/src/settingsdialog.cpp +++ b/apps/OpenSpace/ext/launcher/src/settingsdialog.cpp @@ -55,8 +55,8 @@ void SettingsDialog::createWidgets() { // | Profile | // | Starting Profile: | [oooooooooooooooooooo] | // | [] Keep Last Profile | - // | Configuration | - // | Starting Configuration: | [oooooooooooooooooooo] | + // | Window Options | + // | Starting Window Option: | [oooooooooooooooooooo] | // | [] Keep Last Configuration | // | User Interface | // | Property Visibility | DDDDDDDDDDDDDDDDDDDDD> | @@ -134,11 +134,11 @@ void SettingsDialog::createWidgets() { layout->addWidget(new Line(), 3, 0, 1, 2); { - QLabel* label = new QLabel("Configuration"); + QLabel* label = new QLabel("Window Configuration"); label->setObjectName("heading"); layout->addWidget(label, 4, 0, 1, 2); - QLabel* conf = new QLabel("Starting Configuration"); + QLabel* conf = new QLabel("Starting Window Configuration"); conf->setToolTip( "With this setting, you can choose a window configuration that will be " "loaded the next time you start the application"