From d66d9afae1c7cd4484b72532c0103ce7a4db9e77 Mon Sep 17 00:00:00 2001
From: Mike Antipov <mantipov@productengine.com>
Date: Fri, 29 Jan 2010 16:09:30 +0200
Subject: [PATCH] Fixed normal bug EXT-3882 ([BSI] block list contains the word
 block instead of (object)) - original issue has been fixed by Ramzi Linden in
 changeset eeabc4a70a6f at 2010-01-19  (Renaming multiple xml "MuteObject"
 nodes with unique names for block list and context menu). - changed panel
 title from "Blocked List" to "Block List"

--HG--
branch : product-engine
---
 .../newview/skins/default/xui/en/panel_block_list_sidetray.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/skins/default/xui/en/panel_block_list_sidetray.xml b/indra/newview/skins/default/xui/en/panel_block_list_sidetray.xml
index 39170b90ca3..072ea882e61 100644
--- a/indra/newview/skins/default/xui/en/panel_block_list_sidetray.xml
+++ b/indra/newview/skins/default/xui/en/panel_block_list_sidetray.xml
@@ -29,7 +29,7 @@
      text_color="white"
      top="5"
      width="250">
-        Blocked List
+        Block List
      </text>
     <scroll_list
      follows="all"
-- 
GitLab