Skip to content

Commit 2061f82

Browse files
committed
Fix the link a cluster dialog storage group tooltiphit text.
To meet DJ's comment with more details. Signed-off-by: Wei Zhang <[email protected]>
1 parent e836618 commit 2061f82

File tree

2 files changed

+2
-2
lines changed
  • PluginsAndFeatures
    • azure-toolkit-for-eclipse/com.microsoft.azuretools.azureexplorer/src/com/microsoft/azuretools/azureexplorer/forms
    • azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/serverexplore/ui

2 files changed

+2
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.azureexplorer/src/com/microsoft/azuretools/azureexplorer/forms/AddNewClusterForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected Control createDialogArea(Composite parent) {
137137

138138
Group clusterStorageGroup = new Group(container, SWT.NONE);
139139
clusterStorageGroup.setText("The Cluster Storage Information (Optional)");
140-
clusterStorageGroup.setToolTipText("The Cluster Storage Information provided can enable the Storage Explorer support.");
140+
clusterStorageGroup.setToolTipText("The Cluster Storage Information provided can enable the Storage Explorer support in the left tree view.");
141141
gridLayout = new GridLayout();
142142
gridLayout.numColumns = 2;
143143
clusterStorageGroup.setLayout(gridLayout);

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/serverexplore/ui/AddNewClusterFrom.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<grid row="2" column="1" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="true"/>
6060
</constraints>
6161
<properties>
62-
<toolTipText value="The Cluster Storage Information provided can enable the Storage Explorer support."/>
62+
<toolTipText value="The Cluster Storage Information provided can enable the Storage Explorer support in the left tree view."/>
6363
</properties>
6464
<border type="none" title="The Cluster Storage Information (Optional)"/>
6565
<children>

0 commit comments

Comments
 (0)