diff --git a/src/settingswindow.cpp b/src/settingswindow.cpp index a77c791..c8799a5 100644 --- a/src/settingswindow.cpp +++ b/src/settingswindow.cpp @@ -180,8 +180,8 @@ SettingsWindow::SettingsWindow(int defaultTab, LauncherWindow& window, LauncherC loginBoxLayout->addRow("Server Lobby", serverType); gameLicenseBox = new QComboBox(); - gameLicenseBox->insertItem(0, "Windows Standalone"); - gameLicenseBox->insertItem(1, "Windows Steam"); + gameLicenseBox->insertItem(0, "Windows (Standalone)"); + gameLicenseBox->insertItem(1, "Windows (Steam)"); gameLicenseBox->insertItem(2, "macOS"); connect(gameLicenseBox,