there is no exact localization match for the legacy container label, but this one is pretty close if someone wanted to use it
This commit is contained in:
parent
1d2d51b1de
commit
91eed1e2ed
1 changed files with 2 additions and 1 deletions
|
|
@ -1598,7 +1598,8 @@ namespace Server.Items
|
|||
base.OnSingleClick( from );
|
||||
|
||||
if ( CheckContentDisplay( from ) )
|
||||
LabelTo( from, "({0} items, {1} stones)", TotalItems, TotalWeight );
|
||||
LabelTo(from, "({0} items, {1} stones)", TotalItems, TotalWeight);
|
||||
//LabelTo(from, 1050044, String.Format("{0}\t{1}", TotalItems, TotalWeight)); // ~1_COUNT~ items, ~2_WEIGHT~ stones
|
||||
}
|
||||
|
||||
private List<Mobile> m_Openers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue