diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2009-12-10 21:40:46 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2009-12-10 21:40:46 +0200 |
commit | 1967034ca0a71f95ddcd793187a3e07d3acc6639 (patch) | |
tree | 692c138275910e1053bcee52cae1a913ea46b65b /indra/newview/skins/default | |
parent | 862681b53a61783d292782c2415e8c5caddde136 (diff) |
implemented task EXT-2609 Implement 'block' option for inventory offers
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a6ed1f4c86..8c69699bb5 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5027,13 +5027,13 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O name="Keep" text="Keep"/> <button - index="4" - name="Show" - text="Show"/> - <button index="1" name="Discard" text="Discard"/> + <button + index="2" + name="Mute" + text="Block"/> </form> </notification> |