diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbump.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterbump.cpp b/linden/indra/newview/llfloaterbump.cpp index 616f746..58b4ede 100644 --- a/linden/indra/newview/llfloaterbump.cpp +++ b/linden/indra/newview/llfloaterbump.cpp | |||
@@ -149,7 +149,7 @@ void LLFloaterBump::add(LLScrollListCtrl* list, LLMeanCollisionData* mcd) | |||
149 | } | 149 | } |
150 | 150 | ||
151 | // All above action strings are in XML file | 151 | // All above action strings are in XML file |
152 | LLUIString text = sInstance->getUIString(action); | 152 | LLUIString text = sInstance->getString(action); |
153 | text.setArg("[TIME]", time); | 153 | text.setArg("[TIME]", time); |
154 | text.setArg("[FIRST]", mcd->mFirstName); | 154 | text.setArg("[FIRST]", mcd->mFirstName); |
155 | text.setArg("[LAST]", mcd->mLastName); | 155 | text.setArg("[LAST]", mcd->mLastName); |