VirtualEnv/VirtualenvAddEditDialog.ui

changeset 6579
f0bbf95a0f26
parent 6576
ea60ea85067a
child 6716
1c9d3b369ea8
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>&lt;b&gt;Global Environment&lt;/b&gt;
+&lt;p&gt;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.&lt;/p&gt;</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>

eric ide

mercurial