diff options
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 0486f57..4704c5b 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -134,7 +134,7 @@ LLFloaterAbout::LLFloaterAbout() | |||
134 | server_link_style->setColor(gSavedSettings.getColor4("HTMLLinkColor")); | 134 | server_link_style->setColor(gSavedSettings.getColor4("HTMLLinkColor")); |
135 | 135 | ||
136 | const LLVector3d &pos = gAgent.getPositionGlobal(); | 136 | const LLVector3d &pos = gAgent.getPositionGlobal(); |
137 | LLUIString pos_text = getUIString("you_are_at"); | 137 | LLUIString pos_text = getString("you_are_at"); |
138 | pos_text.setArg("[POSITION]", | 138 | pos_text.setArg("[POSITION]", |
139 | llformat("%.1f, %.1f, %.1f ", pos.mdV[VX], pos.mdV[VY], pos.mdV[VZ])); | 139 | llformat("%.1f, %.1f, %.1f ", pos.mdV[VX], pos.mdV[VY], pos.mdV[VZ])); |
140 | support.append(pos_text); | 140 | support.append(pos_text); |