diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2010-04-29 15:04:29 +0300 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2010-04-29 15:04:29 +0300 | 
| commit | 9a054b556ecabdb84957054126d5e4127b7cbc02 (patch) | |
| tree | 78dbf009c29608f2520d40bf36a83ccd7fd17e31 /indra | |
| parent | 6838fd3698355e2bcfea4150c8a91f205742102d (diff) | |
Fixed major bug EXT-7114 (Preferences plain text chat history also modifies IM history)
- Changed old label with new one.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/333/
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_chat.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml index 3ef16d2dec..ba967d3e2c 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml @@ -330,7 +330,7 @@      <check_box       enabled="false"       height="16" -     label="Enable plain text chat history" +     label="Enable plain text IM and chat history"       layout="topleft"       left_delta="0"       name="plain_text_chat_history" | 
