diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-30 10:08:53 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-30 10:08:53 -0400 |
commit | 9f5279badf10e7cfc9d812b48bd6c3ee4b651e8d (patch) | |
tree | 406fdabecabdeb0a003239121d4daceffcd89c60 /indra/newview/skins | |
parent | 2b42a6f0dc1b0881868e46e1cf99c399b58bee8a (diff) | |
parent | 6c729db78f26703f168bd1586478425d13579a39 (diff) |
merge changes for storm-1611
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_about.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_about.xml b/indra/newview/skins/default/xui/en/floater_about.xml index 3dd394bac1..2580c06344 100644 --- a/indra/newview/skins/default/xui/en/floater_about.xml +++ b/indra/newview/skins/default/xui/en/floater_about.xml @@ -23,7 +23,7 @@ Built with [COMPILER] version [COMPILER_VERSION] name="AboutPosition"> You are at [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] in [REGION] located at <nolink>[HOSTNAME]</nolink> ([HOSTIP]) [SERVER_VERSION] -[[SERVER_RELEASE_NOTES_URL] [ReleaseNotes]] +[SERVER_RELEASE_NOTES_URL] </floater.string> <!-- *NOTE: Do not translate text like GPU, Graphics Card, etc - @@ -59,6 +59,10 @@ Voice Server Version: [VOICE_VERSION] name="AboutTraffic"> Packets Lost: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%) </floater.string> +<floater.string + name="ErrorFetchingServerReleaseNotesURL"> +Error fetching server release notes URL. +</floater.string> <tab_container follows="all" top="25" |