From cced9c95eaac742c76e6aff3d9f7acb453baf3b1 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Thu, 2 Apr 2020 22:49:05 +0200 Subject: [PATCH] EnvironmentDialog: Add missing full stop Change-Id: I90905985650c957ab6ae648ecf8baa92deb865a7 Reviewed-by: Eike Ziller Reviewed-by: Leena Miettinen --- src/libs/utils/environmentdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/environmentdialog.cpp b/src/libs/utils/environmentdialog.cpp index 88311854ecf..123a571646b 100644 --- a/src/libs/utils/environmentdialog.cpp +++ b/src/libs/utils/environmentdialog.cpp @@ -48,7 +48,7 @@ Utils::optional EnvironmentDialog::getEnvironmentItems( "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.\n" - "To disable a variable, prefix the line with \"#\"")); + "To disable a variable, prefix the line with \"#\".")); } } // namespace Utils