aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environmentdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/environmentdialog.cpp')
-rw-r--r--src/libs/utils/environmentdialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/utils/environmentdialog.cpp b/src/libs/utils/environmentdialog.cpp
index e9c9fd620f..88311854ec 100644
--- a/src/libs/utils/environmentdialog.cpp
+++ b/src/libs/utils/environmentdialog.cpp
@@ -47,7 +47,8 @@ Utils::optional<EnvironmentItems> EnvironmentDialog::getEnvironmentItems(
tr("Enter one environment variable per line.\n"
"To set or change a variable, use VARIABLE=VALUE.\n"
"Existing variables can be referenced in a VALUE with ${OTHER}.\n"
- "To clear a variable, put its name on a line with nothing else on it."));
+ "To clear a variable, put its name on a line with nothing else on it.\n"
+ "To disable a variable, prefix the line with \"#\""));
}
} // namespace Utils