diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-10-16 21:10:54 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-10-16 21:10:54 -0400 |
commit | 50c633bf3502c64ec486f62e9b3f55b411dee4b4 (patch) | |
tree | 256c635ddfd8730361ea1a8dc48ac3e13f334439 /indra/newview/skins/default/xui/es | |
parent | 94bc6ac857955a4b152299730b3529262e1780c4 (diff) |
Reference new "[sourceid]" substitution in "create_account_url".
join.secondlife.com needs to know the sourceid as well as the user's language
of choice. Ensure that sourceid gets passed with the URL.
Diffstat (limited to 'indra/newview/skins/default/xui/es')
-rw-r--r-- | indra/newview/skins/default/xui/es/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/es/strings.xml b/indra/newview/skins/default/xui/es/strings.xml index d4698b8cb3..f1eecdeba8 100644 --- a/indra/newview/skins/default/xui/es/strings.xml +++ b/indra/newview/skins/default/xui/es/strings.xml @@ -128,7 +128,7 @@ Salir </string> <string name="create_account_url"> - http://join.secondlife.com/index.php?lang=es-ES + http://join.secondlife.com/index.php?lang=es-ES&sourceid=[sourceid] </string> <string name="LoginFailedViewerNotPermitted"> Ya no puedes acceder a Second Life con el visor que estás utilizando. Visita la siguiente página para descargar un nuevo visor: |