diff options
author | Cho <cho@lindenlab.com> | 2014-08-20 00:33:23 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-08-20 00:33:23 +0100 |
commit | 5b82645ba2db049589cdc2f22c8c63794b949772 (patch) | |
tree | 1b340245bee51f0b127348a30d749c5c0e399e54 /indra/newview | |
parent | 5f09e6709877d2782a1a96264c545ace7f22519b (diff) |
Added tooltip to > button in script editor for ACME-1588
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llpreviewscript.cpp | 1 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_live_lsleditor.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index a4023112ea..6830998a8a 100755 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -1307,6 +1307,7 @@ void LLLiveLSLEditor::updateExperiencePanel() mExperienceEnabled->setEnabled(getIsModifiable()); mExperiences->setVisible(TRUE); mExperienceEnabled->set(TRUE); + getChild<LLButton>("view_profile")->setToolTip(getString("show_experience_profile")); buildExperienceList(); } } diff --git a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml index 40b47dc1d7..e8826034f6 100755 --- a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml +++ b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml @@ -38,6 +38,10 @@ Select to add an experience </floater.string> <floater.string + name="show_experience_profile"> + Click to view the experience profile + </floater.string> + <floater.string name="loading"> Loading... </floater.string> |