diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-16 00:12:48 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-16 00:12:48 +0000 |
commit | 5d80277c573018727f3ce9b55c53a25894ea0046 (patch) | |
tree | 2cf0c71dc52cf16dfe1925f3fbc71d97ddc13178 /indra/newview/skins/default/html/ja/loading-error/index.html | |
parent | b8b5af4a392e33ca5ba5cee53002acaaf1addeec (diff) |
DEV-41389 Localize the splash screen 'loading...' icon in all languages
* added files should already be covered in viewer_manifest.py
* Also fix a 1-line typo in Italian installer.
Diffstat (limited to 'indra/newview/skins/default/html/ja/loading-error/index.html')
-rw-r--r-- | indra/newview/skins/default/html/ja/loading-error/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/html/ja/loading-error/index.html b/indra/newview/skins/default/html/ja/loading-error/index.html index e0bcc94b6b..d969c03098 100644 --- a/indra/newview/skins/default/html/ja/loading-error/index.html +++ b/indra/newview/skins/default/html/ja/loading-error/index.html @@ -18,7 +18,7 @@ a:hover {color:#ff7900;text-decoration:underline;} <body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/> <p> Second Lifeによるログインサーバーへの接続が確立できません。 </p> - <p> インターネット接続を確認してください。 お使いのコンピュータやネットワークがファイヤウォールまたはプロキシにより保護されている場合は、Second Lifeによるネットワークへのアクセスが許可されていることを確認してください。 + <p> インターネット接続を確認してください。 お使いのコンピュータやネットワークがファイヤウォールまたはプロキシにより保護されている場合は、Second Lifeによるネットワークへのアクセスが許可されていることを確認してください。 </p> <div id="submitbtn"> <input class="input_over" type="submit" value="もう一度試す" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div> </div> |