diff options
author | Kelly Washington <kelly@lindenlab.com> | 2013-05-03 00:58:55 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2013-05-03 00:58:55 +0000 |
commit | 45a44225f5be261bf42d69c0c7ac01b1235c836c (patch) | |
tree | a7a4c54db2b36fccb420c9b4c3dbe15a58757391 /indra/newview/skins/default/xui | |
parent | 474905badef4679bbce53306c49343703be38263 (diff) |
MAINT-2646 Viewer should neither grant nor display prompts for unimplemented LSL permissions
* Change text of dialog
* Add callback for mute button
reviewed with Richard and Widely.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 9 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1f39ec041e..1a7ebaccbd 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6869,14 +6869,15 @@ Do not allow access if you do not fully understand why it wants access to your a name="UnknownScriptQuestion" persist="false" type="notify"> - '<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', requested an unknown script runtime permission. +The runtime script permission requested by '<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', isn't recognized by the viewer and can't be granted. -Please update your viewer to grant this permission. +To grant this permission please update your viewer to the latest version from [DOWNLOADURL]. <tag>confirm</tag> <form name="form"> <button - index="0" - name="Ok" + default="true" + index="1" + name="Deny" text="Ok"/> <button index="2" diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index e52e941c28..3b57ff5fd6 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -61,6 +61,7 @@ <string name="Quit">Quit</string> <string name="create_account_url">http://join.secondlife.com/?sourceid=[sourceid]</string> + <string name="ViewerDownloadURL">http://secondlife.com/download</string> <string name="LoginFailedViewerNotPermitted"> The viewer you are using can no longer access Second Life. Please visit the following page to download a new viewer: http://secondlife.com/download |