diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 08:37:55 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 08:37:55 -0500 |
commit | 38703d62e382bf7e57a0d3c2ab55714e99889e32 (patch) | |
tree | 50ec3f37a903004a598d9d359ef51b05e7f6abec /indra/newview | |
parent | 15e82f5777815c95ca11e0644c6608c4e5d4017d (diff) |
STORM-2085 Spelling error and duplicate entry in notifications.xml
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f1d34a1449..83384e0902 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3793,17 +3793,6 @@ Leave Group? </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" type="alert"> @@ -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]. |