diff options
| author | James Cook <james@lindenlab.com> | 2009-10-07 17:24:47 +0000 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-10-07 17:24:47 +0000 | 
| commit | cec5bd4bb4d0acf008c22796eb1db8907256d00a (patch) | |
| tree | 47c114fd63b720e59ab12c8c2aa8367f66098aab /indra | |
| parent | 3854656c0b05e3e3b9a9f884e8b51ba502980d01 (diff) | |
EXT-1346 Inspectors - Eliminate unused Tooltip* strings from strings.xml.  Not reviewed.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 5f81f3bc2f..d124a4cdfa 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -44,23 +44,12 @@  	<!-- Tooltip, lltooltipview.cpp --> -	<!-- *TODO: Most of these are now unused, eliminate them -->  	<string name="TooltipPerson">Person</string><!-- Object under mouse pointer is an avatar -->  	<string name="TooltipNoName">(no name)</string> <!-- No name on an object -->  	<string name="TooltipOwner">Owner:</string> <!-- Owner name follows -->  	<string name="TooltipPublic">Public</string> <!-- Public permissions on an object -->  	<string name="TooltipIsGroup">(Group)</string> <!-- The name before this text is that of a group --> -	<string name="TooltipFlagScript">Script</string> -	<string name="TooltipFlagPhysics">Physics</string> -	<string name="TooltipFlagTouch">Touch</string> -	<string name="TooltipFlagL$">L$</string> -	<string name="TooltipFlagDropInventory">Drop Inventory</string> -	<string name="TooltipFlagPhantom">Phantom</string> -	<string name="TooltipFlagTemporary">Temporary</string> -	<string name="TooltipFlagRightClickMenu">(Right-click for menu)</string> -	<string name="TooltipFreeToCopy">Free to copy</string>  	<string name="TooltipForSaleL$">For Sale: L$[AMOUNT]</string> <!-- L$ version --> -	<string name="TooltipForSaleMsg">For Sale: [MESSAGE]</string> <!-- Message (RetrievingData) -->  	<string name="TooltipFlagGroupBuild">Group Build</string>  	<string name="TooltipFlagNoBuild">No Build</string>  	<string name="TooltipFlagNoEdit">Group Build</string>  | 
