aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-01-01 23:10:43 -0700
committerMcCabe Maxsted2010-01-01 23:10:43 -0700
commit383efab805a073174bfe699adb5e1b0d1a20f1ea (patch)
treecb7fd894b635898502bd65226212de346ce527c7 /linden/indra/newview/skins
parentFixed panel_radar.xml missing from newview\CMakeLists.txt (diff)
parentMerge branch 'mimikry' into next (diff)
downloadmeta-impy-383efab805a073174bfe699adb5e1b0d1a20f1ea.zip
meta-impy-383efab805a073174bfe699adb5e1b0d1a20f1ea.tar.gz
meta-impy-383efab805a073174bfe699adb5e1b0d1a20f1ea.tar.bz2
meta-impy-383efab805a073174bfe699adb5e1b0d1a20f1ea.tar.xz
Merge commit '76dd2a2c2395e50fd31' into next
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml18
1 files changed, 18 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 bc1a6fc..ccc348d 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -6384,6 +6384,24 @@ Add this Ability to '[ROLE_NAME]'?
6384 </notification> 6384 </notification>
6385 6385
6386 <notification 6386 <notification
6387 icon="notify.tga"
6388 name="QueryClientTags"
6389 type="notify">
6390 Would you like to have the client tag database automatically updated from imprudenceviewer.org?
6391 This ensures that you have the latest information available regarding other clients.
6392 <form name="form">
6393 <button
6394 index="0"
6395 name="Yes"
6396 text="Yes"/>
6397 <button
6398 index="1"
6399 name="No"
6400 text="No"/>
6401 </form>
6402 </notification>
6403
6404 <notification
6387 icon="notifytip.tga" 6405 icon="notifytip.tga"
6388 name="UnableToOpenCommandURL" 6406 name="UnableToOpenCommandURL"
6389 priority="high" 6407 priority="high"