diff options
author | angela <angela@lindenlab.com> | 2010-03-09 10:04:36 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-03-09 10:04:36 +0800 |
commit | 032762fecffb913fd6178965befec62d6b5171e7 (patch) | |
tree | ce1452c0a61ff0e5e5c82882d6bf972076c40163 /indra/newview/skins | |
parent | 1788f26b4c8fc91836feba298fd0d38564411341 (diff) |
EXT-2418 add price to object tooltip
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 56147cd72b..1eaf77c328 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -77,7 +77,7 @@ <string name="TooltipMapUrl">Click to view this location on a map</string> <string name="TooltipSLAPP">Click to run the secondlife:// command</string> <string name="CurrentURL" value=" CurrentURL: [CurrentURL]" /> - <string name="TooltipPrice" value="-[PRICE]L$" /> + <string name="TooltipPrice" value=" L$[PRICE]-" /> <!-- text for SLURL labels --> |