diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-11 08:21:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-11 08:21:39 -0400 |
commit | 1acae5b2915aacff7a2c7892ea2ab094b60b67c9 (patch) | |
tree | 854cd26a37b072d2a389fd9df9a992e674dae5b7 /indra/newview/skins/default | |
parent | f363292a845e7dd73181fe4407d3dcbf9f586f9a (diff) |
fix error notices to be more prominent for invalid list names and keywords
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 47cf35092c..bc69e973ed 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2381,17 +2381,17 @@ Would you be my friend? </notification> <notification - icon="notify.tga" + icon="alertmodal.tga" name="InvalidAutoReplaceEntry" - type="notify"> + type="alertmodal"> The keyword must be a single word, and the replacement may not be empty. <tag>fail</tag> </notification> <notification - icon="notify.tga" + icon="alertmodal.tga" name="InvalidAutoReplaceList" - type="notify"> + type="alertmodal"> That replacement list is not valid. <tag>fail</tag> </notification> |