aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-06-10 22:18:33 -0700
committerMcCabe Maxsted2011-06-10 22:18:33 -0700
commit872db1b67049725049f3f7618e91e418a21325a2 (patch)
treeff93fda4232cf240564a6ad7080b364757432546 /linden/indra/newview/skins/default/xui/en-us
parentAdded AO toolbar option to preferences > advanced (diff)
downloadmeta-impy-872db1b67049725049f3f7618e91e418a21325a2.zip
meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.gz
meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.bz2
meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.xz
Allow export of textures from Second Life when we have permission (also clean up primbackup.cpp). Based on Henri Beauchamp's patch
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml22
1 files changed, 18 insertions, 4 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 cb8171d..4474dad 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -7301,14 +7301,28 @@ Shadows cannot be enabled due to your graphics settings being set too low. Make
7301</notification> 7301</notification>
7302 7302
7303<notification 7303<notification
7304 icon="notifytip.tga" 7304 icon="alert.tga"
7305 name="NoTextureExportSL" 7305 name="ExportFailed"
7306 type="notifytip"> 7306 type="alert">
7307Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). 7307Bad permissions for the exported object. Export aborted.
7308</notification> 7308</notification>
7309 7309
7310<notification 7310<notification
7311 icon="alert.tga" 7311 icon="alert.tga"
7312 name="ExportPartial"
7313 type="alert">
7314Object exported. Some textures could not be saved due to: [REASON]
7315</notification>
7316
7317<notification
7318 icon="notifytip.tga"
7319 name="ExportSuccessful"
7320 type="notifytip">
7321Export successful.
7322</notification>
7323
7324<notification
7325 icon="alert.tga"
7312 name="Help_CmdLine" 7326 name="Help_CmdLine"
7313 type="alert"> 7327 type="alert">
7314Various options for command line features. 7328Various options for command line features.