diff options
author | callum_linden <none@none> | 2018-01-25 11:29:47 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2018-01-25 11:29:47 -0800 |
commit | ba0953c8303cfed7ed2439b2216649f1194dd3df (patch) | |
tree | b2b84d22360a091ac0c7f12c0f090f0104d66545 /indra/newview | |
parent | 5fa704e4791c46ff94bdc3206c49d1640d251a1d (diff) |
MAINT-8232 Clear History button description should not include 'web' - incorrect assertionm that web cache not cleared
Diffstat (limited to 'indra/newview')
-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 f0a059ddb2..2ec5cef640 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, and texture cache" + tool_tip="Clear login image, last location, teleport history, web 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, search history) + (Locations, images, web, search history) </text> <check_box |