STORM-910 Text formatting issues in Land/Assets accordion
parent
94c137d5c9
commit
04eb6f0ef4
|
|
@ -578,8 +578,9 @@ Jonathan Yap
|
|||
STORM-1574
|
||||
STORM-1579
|
||||
STORM-1639
|
||||
STORM-910
|
||||
Kadah Coba
|
||||
STORM-1060
|
||||
STORM-1060
|
||||
Jondan Lundquist
|
||||
Josef Munster
|
||||
Josette Windlow
|
||||
|
|
|
|||
|
|
@ -1435,6 +1435,7 @@ void LLGroupMoneyPlanningTabEventHandler::processReply(LLMessageSystem* msg,
|
|||
LLStringUtil::format (time_str, substitution);
|
||||
|
||||
text.append(time_str);
|
||||
text.append(". ");
|
||||
|
||||
if (current_interval == 0)
|
||||
{
|
||||
|
|
@ -1445,8 +1446,8 @@ void LLGroupMoneyPlanningTabEventHandler::processReply(LLMessageSystem* msg,
|
|||
LLStringUtil::format (time_str, substitution);
|
||||
|
||||
text.append(time_str);
|
||||
text.append("\n\n");
|
||||
text.append(llformat("%-24sL$%6d\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance ));
|
||||
text.append(".\n\n");
|
||||
text.append(llformat("%-23sL$%6d\n", LLTrans::getString("GroupMoneyBalance").c_str(), balance ));
|
||||
text.append(1, '\n');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -272,6 +272,7 @@
|
|||
top="0"
|
||||
width="313">
|
||||
<text_editor
|
||||
font="Monospace"
|
||||
enabled="false"
|
||||
type="string"
|
||||
follows="all"
|
||||
|
|
|
|||
|
|
@ -2267,7 +2267,7 @@ Returns a string with the requested data about the region
|
|||
<string name="NextStipendDay" value="The next stipend day is " />
|
||||
<string name="GroupPlanningDate">[mthnum,datetime,utc]/[day,datetime,utc]/[year,datetime,utc]</string>
|
||||
<string name="GroupIndividualShare" value=" Group Individual Share" />
|
||||
<string name="GroupColumn" value=" Group" />
|
||||
<string name="GroupColumn" value=" Group" />
|
||||
<string name="Balance">Balance</string>
|
||||
<string name="Credits">Credits</string>
|
||||
<string name="Debits">Debits</string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue