diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp index cd0a1d2b..1c170c97 100644 --- a/src/EditProfileDialog.cpp +++ b/src/EditProfileDialog.cpp @@ -331,9 +331,9 @@ void EditProfileDialog::showEnvironmentEditor() QStringList currentEnvironment; - // the user could re-open the environment editor before clicking OK/Apply - // in the parent edit profile dialog, so we make sure to show the the new - // environment vars + // The user could re-open the environment editor before clicking + // OK/Apply in the parent edit profile dialog, so we make sure + // to show the new environment vars if (_tempProfile->isPropertySet(Profile::Environment)) { currentEnvironment = _tempProfile->environment(); } else {