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:
Mark Sturgill 2014-02-15 12:28:27 -07:00
parent 1d2d51b1de
commit 91eed1e2ed

View file

@ -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;