diff -r 2fb729cca297 -r f0bbf95a0f26 VirtualEnv/VirtualenvAddEditDialog.ui --- a/VirtualEnv/VirtualenvAddEditDialog.ui Sat Nov 03 20:04:41 2018 +0100 +++ b/VirtualEnv/VirtualenvAddEditDialog.ui Sun Nov 04 11:46:35 2018 +0100 @@ -105,6 +105,10 @@ <property name="toolTip"> <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> </property> + <property name="whatsThis"> + <string><b>Global Environment</b> +<p>Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.</p></string> + </property> <property name="text"> <string>Global Environment</string> </property> @@ -113,10 +117,10 @@ <item> <widget class="QCheckBox" name="anacondaCheckBox"> <property name="toolTip"> - <string>Select, if this is an Anaconda environment</string> + <string>Select, if this is an Conda environment</string> </property> <property name="text"> - <string>Anaconda Environment</string> + <string>Conda Environment</string> </property> </widget> </item>