diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-07-02 10:15:41 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-07-02 10:15:41 -0400 |
commit | c71b02b743c41b00970425da14ceb437370aeaf8 (patch) | |
tree | 61df720113af3974e50818dadf40df14deb21264 /indra/newview/skins/default/xui/es/floater_about.xml | |
parent | 774c410cc7538c1fdfcbf17250aa38532012d683 (diff) |
CHOP-959: Report region-local position in Help -> About box.
I've never really understood the usefulness of displaying world-global
coordinates in the Help -> About box. It seems to me far more useful to know
where you are within the current region. If that proves problematic, we can
display both sets of coordinates -- but let's try it this way first.
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_about.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/es/floater_about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_about.xml b/indra/newview/skins/default/xui/es/floater_about.xml index 3696c7e12c..7ca1e3721f 100755 --- a/indra/newview/skins/default/xui/es/floater_about.xml +++ b/indra/newview/skins/default/xui/es/floater_about.xml @@ -8,7 +8,7 @@ Compilado con [COMPILER], versión [COMPILER_VERSION] </floater.string> <floater.string name="AboutPosition"> - Estás en la posición [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1], de [REGION], alojada en <nolink>[HOSTNAME]</nolink> ([HOSTIP]) + Estás en la posición [POSITION_LOCAL_0,number,1], [POSITION_LOCAL_1,number,1], [POSITION_LOCAL_2,number,1], de [REGION], alojada en <nolink>[HOSTNAME]</nolink> ([HOSTIP]) [SERVER_VERSION] [SERVER_RELEASE_NOTES_URL] </floater.string> |