diff options
author | Jacek Antonelli | 2011-06-08 02:09:39 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-06-08 02:09:47 -0500 |
commit | 30cc7e16054e94b3da4cf650a1c184aa97871964 (patch) | |
tree | 000ba64e6f0ba7a789a1c08ac6a63a5282fbec76 /linden/indra/newview/skins/default | |
parent | Fixed some malformed XML in German IM / Group Chat floaters. (diff) | |
download | meta-impy-30cc7e16054e94b3da4cf650a1c184aa97871964.zip meta-impy-30cc7e16054e94b3da4cf650a1c184aa97871964.tar.gz meta-impy-30cc7e16054e94b3da4cf650a1c184aa97871964.tar.bz2 meta-impy-30cc7e16054e94b3da4cf650a1c184aa97871964.tar.xz |
Added "FeatureNotAvailableOnOS" notification for future use.
It's intended to be used for informing the user that a feature is not
available on a certain operating system(s).
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 42f1395..7f1d1a4 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7473,6 +7473,19 @@ The Socks5 proxy "[PROXY]" refused the UDP associate request | |||
7473 | Could not connect to Socks5 proxy server "[PROXY]" | 7473 | Could not connect to Socks5 proxy server "[PROXY]" |
7474 | </notification> | 7474 | </notification> |
7475 | 7475 | ||
7476 | |||
7477 | <notification | ||
7478 | icon="alert.tga" | ||
7479 | name="FeatureNotAvailableOnOS" | ||
7480 | type="alert"> | ||
7481 | Sorry, [FEATURE] is not yet available on [OS]. | ||
7482 | </notification> | ||
7483 | |||
7484 | <!-- Non-specific defaults for use with FeatureNotAvailableOnOS --> | ||
7485 | <global name="this feature">this feature</global> | ||
7486 | <global name="this os">this operating system</global> | ||
7487 | |||
7488 | |||
7476 | <!--End Imprudence notifications--> | 7489 | <!--End Imprudence notifications--> |
7477 | <!-- [KITTY VIEWER] --> | 7490 | <!-- [KITTY VIEWER] --> |
7478 | <notification | 7491 | <notification |