From 38703d62e382bf7e57a0d3c2ab55714e99889e32 Mon Sep 17 00:00:00 2001 From: Jonathan Yap <jhwelch@gmail.com> Date: Thu, 20 Nov 2014 08:37:55 -0500 Subject: [PATCH] STORM-2085 Spelling error and duplicate entry in notifications.xml --- doc/contributions.txt | 1 + .../newview/skins/default/xui/en/notifications.xml | 13 +------------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/contributions.txt b/doc/contributions.txt index 2d27562e37a..72253a0d6f2 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -717,6 +717,7 @@ Jonathan Yap STORM-2030 STORM-2034 STORM-2018 + STORM-2085 Kadah Coba STORM-1060 STORM-1843 diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f1d34a14497..83384e0902e 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3792,17 +3792,6 @@ Leave Group? yestext="OK"/> </notification> - <notification - icon="aler.tga" - name="GroupDepartError" - type="alert"> -Unable to leave group: [reason]. - <tag>reason</tag> - <usetemplate - name="okbutton" - yestext="OK"/> - </notification> - <notification icon="alert.tga" name="GroupDepart" @@ -3815,7 +3804,7 @@ You have left the group [group_name]. </notification> <notification - icon="aler.tga" + icon="alert.tga" name="GroupDepartError" type="alert"> Unable to leave group: [reason]. -- GitLab