diff -r a00e63f6d766 -r c79ecba9cde7 Plugins/UiExtensionPlugins/PipInterface/PipSelectionDialog.ui --- a/Plugins/UiExtensionPlugins/PipInterface/PipSelectionDialog.ui Tue Jun 12 18:59:45 2018 +0200 +++ b/Plugins/UiExtensionPlugins/PipInterface/PipSelectionDialog.ui Tue Jun 12 19:01:06 2018 +0200 @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Select pip</string> + <string>Select Virtual Environment</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> @@ -20,14 +20,14 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Select the pip executable to be used:</string> + <string>Virtual Environment:</string> </property> </widget> </item> <item> - <widget class="QComboBox" name="pipComboBox"> + <widget class="QComboBox" name="venvComboBox"> <property name="toolTip"> - <string>Select the pip command to use</string> + <string>Select the virtual environment to be used</string> </property> </widget> </item>