diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-03-17 10:57:45 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-03-17 10:57:45 +0200 |
commit | 24d95dc0ba3a1fc642484192d79d92bcaa6dfdd9 (patch) | |
tree | 135eac2d010e79447983682bba7d6a1d646c97ac /indra/newview/skins/default/xui/en/strings.xml | |
parent | 38ab25aed8f413b95cdaf1bddca4f38c4222cf48 (diff) |
Fixed normal task EXT-6021 [HARD CODED] Bubble shown when you mouseover on script within Contents is in EN (task inventory)
* Added new string name="PanelContentsTooltip into strings.xml
* Set this tooltip to LLFolderView inside the Build Tool
Note: Fix for localization of default "New Script" name will be fixed in the EXT-5839.
Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/43/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 111daec242..707a830622 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2121,6 +2121,7 @@ Clears (deletes) the media and all params from the given face. <!-- panel contents --> <string name="PanelContentsNewScript">New Script</string> + <string name="PanelContentsTooltip">Content of object</string> <!-- panel preferences general --> <string name="BusyModeResponseDefault">The Resident you messaged is in 'busy mode' which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</string> |