aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhoverview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhoverview.cpp')
-rw-r--r--linden/indra/newview/llhoverview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llhoverview.cpp b/linden/indra/newview/llhoverview.cpp
index 8296e14..d00b062 100644
--- a/linden/indra/newview/llhoverview.cpp
+++ b/linden/indra/newview/llhoverview.cpp
@@ -378,7 +378,7 @@ void LLHoverView::updateText()
378 378
379 if (object->flagTakesMoney() || (parent && parent->flagTakesMoney()) ) 379 if (object->flagTakesMoney() || (parent && parent->flagTakesMoney()) )
380 { 380 {
381 temp_str->append("Money "); 381 temp_str->append("L$ ");
382 suppressObjectHoverDisplay = FALSE; // Show tip 382 suppressObjectHoverDisplay = FALSE; // Show tip
383 } 383 }
384 384