diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-02-24 16:16:31 -0800 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-02-24 16:16:31 -0800 | 
| commit | 7745b0e1c32ba6019cdc483c8b8013c0da0f6d5d (patch) | |
| tree | 53ebb6f1800c12ec827011385ba01fcf6629d9bd | |
| parent | 04712617c55c53dbec1f73a4e8834ebe3167e5ed (diff) | |
EXT-2237 	 Preferences > Alerts shows "$ignoretext" in the list
reviewed by Richard - CC#142
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 8f1812830f..9d2c7b8bcc 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5850,7 +5850,8 @@ Are you sure you want to close all IMs?      <usetemplate       name="okcancelignore"       notext="Cancel" -     yestext="OK"/> +     yestext="OK" +     ignoretext="Confirm before I close all IMs"/>    </notification>    <notification icon="notifytip.tga" | 
