summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobjectinventory.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-16 18:59:20 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-16 18:59:20 +0200
commita5d1a7b1bac43a4aa88aa647b040a21ca951c682 (patch)
treeb1224dd5424035e721edadc91456b95e3e53b30d /indra/newview/llpanelobjectinventory.cpp
parent9677026a038b8c99cd20b7ca4f4ac2dc5bf6bb05 (diff)
parentb3f305ae9464201445328f9e6c980357aba21ef7 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r--indra/newview/llpanelobjectinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index c14812ca17..9e92ee337f 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -609,7 +609,7 @@ void LLTaskInvFVBridge::performAction(LLFolderView* folder, LLInventoryModel* mo
{
if (price > 0 && price > gStatusBar->getBalance())
{
- LLFloaterBuyCurrency::buyCurrency("This costs", price);
+ LLFloaterBuyCurrency::buyCurrency(LLTrans::getString("this_costs"), price);
}
else
{