Skip to content
Snippets Groups Projects
Commit 2455a4bb authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

EXP-1695 FIXED currency format in Group Profile > Land/Asset and New Group.

parent 015f0740
No related branches found
No related tags found
No related merge requests found
...@@ -1447,8 +1447,7 @@ void LLGroupMoneyPlanningTabEventHandler::processReply(LLMessageSystem* msg, ...@@ -1447,8 +1447,7 @@ void LLGroupMoneyPlanningTabEventHandler::processReply(LLMessageSystem* msg,
text.append(time_str); text.append(time_str);
text.append(".\n\n"); text.append(".\n\n");
text.append(llformat("%-23sL$%6d\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance )); text.append(llformat("%-24s %6d L$\n\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance ));
text.append(1, '\n');
} }
// [DEV-29503] Hide the individual info since // [DEV-29503] Hide the individual info since
......
...@@ -225,13 +225,22 @@ Hover your mouse over the options for more help. ...@@ -225,13 +225,22 @@ Hover your mouse over the options for more help.
height="23" height="23"
increment="1" increment="1"
label_width="15" label_width="15"
label="L$"
layout="topleft" layout="topleft"
max_val="99999" max_val="99999"
left="30" left="30"
name="spin_enrollment_fee" name="spin_enrollment_fee"
tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked." tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."
width="170" /> width="150" />
<text
follows="left|top"
type="string"
height="16"
left_pad="2"
name="currency_label"
top_delta="5"
width="18">
L$
</text>
<combo_box <combo_box
follows="left|top" follows="left|top"
height="23" height="23"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment