diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-16 18:59:20 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-16 18:59:20 +0200 |
| commit | a5d1a7b1bac43a4aa88aa647b040a21ca951c682 (patch) | |
| tree | b1224dd5424035e721edadc91456b95e3e53b30d /indra/newview/llpanelobjectinventory.cpp | |
| parent | 9677026a038b8c99cd20b7ca4f4ac2dc5bf6bb05 (diff) | |
| parent | b3f305ae9464201445328f9e6c980357aba21ef7 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
| -rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 2 |
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 { |
