[EnvVars]Improve UI section tooltips (#33273)

* Added details to tooltip descriptions
This commit is contained in:
Anson Poon
2024-06-13 06:28:28 -07:00
committed by GitHub
parent 1016154851
commit 2e85a14e72

View File

@@ -127,7 +127,7 @@
<value>New profile</value> <value>New profile</value>
</data> </data>
<data name="ProfilesDescriptionLbl.Text" xml:space="preserve"> <data name="ProfilesDescriptionLbl.Text" xml:space="preserve">
<value>You can create profiles to quickly apply a set of preconfigured variables</value> <value>Create profiles to quickly apply a set of preconfigured variables. Profile variables have precedence over User and System variables.</value>
</data> </data>
<data name="ProfilesLbl.Text" xml:space="preserve"> <data name="ProfilesLbl.Text" xml:space="preserve">
<value>Profiles</value> <value>Profiles</value>
@@ -194,7 +194,7 @@
<value>Add</value> <value>Add</value>
</data> </data>
<data name="AppliedVariablesDescriptionLbl.Text" xml:space="preserve"> <data name="AppliedVariablesDescriptionLbl.Text" xml:space="preserve">
<value>List of applied variables</value> <value>Applied variables list shows the current state of the environment, including Profile, User, and System variables.</value>
</data> </data>
<data name="AppliedVariablesLbl.Text" xml:space="preserve"> <data name="AppliedVariablesLbl.Text" xml:space="preserve">
<value>Applied variables</value> <value>Applied variables</value>
@@ -242,7 +242,7 @@
<value>Add variable</value> <value>Add variable</value>
</data> </data>
<data name="DefaultVariablesDescriptionLbl.Text" xml:space="preserve"> <data name="DefaultVariablesDescriptionLbl.Text" xml:space="preserve">
<value>Add, remove or edit USER and SYSTEM variables</value> <value>Add, edit, or remove User and System variables.</value>
</data> </data>
<data name="EditItem.Text" xml:space="preserve"> <data name="EditItem.Text" xml:space="preserve">
<value>Edit</value> <value>Edit</value>