diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-12-21 14:09:56 +0200 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-12-21 14:09:56 +0200 |
commit | 2455a4bb00b399e5cd5f22e9b177ca2aeaad2ba2 (patch) | |
tree | 16088076fb306b8149380aae7a15d95b7ab5263f /indra/newview/llpanelgrouplandmoney.cpp | |
parent | 015f07408b68f6bc08fc27c13b6f93813173f93b (diff) |
EXP-1695 FIXED currency format in Group Profile > Land/Asset and New Group.
Diffstat (limited to 'indra/newview/llpanelgrouplandmoney.cpp')
-rw-r--r-- | indra/newview/llpanelgrouplandmoney.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp index e66dd5690c..b6c0c2ee24 100644 --- a/indra/newview/llpanelgrouplandmoney.cpp +++ b/indra/newview/llpanelgrouplandmoney.cpp @@ -1447,8 +1447,7 @@ void LLGroupMoneyPlanningTabEventHandler::processReply(LLMessageSystem* msg, text.append(time_str); text.append(".\n\n"); - text.append(llformat("%-23sL$%6d\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance )); - text.append(1, '\n'); + text.append(llformat("%-24s %6d L$\n\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance )); } // [DEV-29503] Hide the individual info since |