diff options
author | callum_linden <none@none> | 2018-01-24 13:16:07 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2018-01-24 13:16:07 -0800 |
commit | 5fa704e4791c46ff94bdc3206c49d1640d251a1d (patch) | |
tree | 088688022cb0d2cef042dd104d17245b2b48892b /indra | |
parent | 8ee332fb10cd96ae91b21bbece19ed8f70f0e552 (diff) |
MAINT-8232 Clear History button description should not include 'web'
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_privacy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml index 284688d4d1..f0a059ddb2 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml @@ -19,7 +19,7 @@ follows="left|top" height="23" label="Clear History" - tool_tip="Clear login image, last location, teleport history, web, and texture cache" + tool_tip="Clear login image, last location, teleport history, and texture cache" layout="topleft" left="30" name="clear_cache" @@ -41,7 +41,7 @@ top_delta="3" text_color="LtGray_50" width="300"> - (Locations, images, web, search history) + (Locations, images, search history) </text> <check_box |