summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/applicationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/applicationmanager.cpp')
-rw-r--r--src/manager-lib/applicationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager-lib/applicationmanager.cpp b/src/manager-lib/applicationmanager.cpp
index 35eb1c65..5a391185 100644
--- a/src/manager-lib/applicationmanager.cpp
+++ b/src/manager-lib/applicationmanager.cpp
@@ -721,7 +721,7 @@ bool ApplicationManager::startApplicationInternal(const QString &appId, const QS
else if (hasStdioRedirections)
cannotUseQuickLaunch = "standard I/O is redirected";
else if (!app->runtimeParameters().value(qSL("environmentVariables")).toMap().isEmpty())
- cannotUseQuickLaunch = "the app requests customs environment variables";
+ cannotUseQuickLaunch = "the app requests custom environment variables";
else if (app->info()->openGLConfiguration() != runtimeManager->systemOpenGLConfiguration())
cannotUseQuickLaunch = "the app requests a custom OpenGL configuration";