diff options
| author | James Cook <james@lindenlab.com> | 2009-10-05 22:10:01 +0000 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-10-05 22:10:01 +0000 | 
| commit | e65a78427fc6527088e98ef7e84e1eabafae0d88 (patch) | |
| tree | 4b54c1e179d9d28807b9b56adc082d2a94a162ae | |
| parent | a7bef5bc90584f7c7798b7b195ac644fe89c113f (diff) | |
Fixed typo in URL.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 829c2e02d8..f141a909a8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -761,7 +761,7 @@ You need an account to enter [SECOND_LIFE]. Would you like to create one now?  	name="url"  	openexternally = "1"> -			http://join/secondlife.com/ +			http://join.secondlife.com/      </url>      <usetemplate       name="okcancelbuttons" | 
