fixed erronous formating of armor & block on items

This commit is contained in:
Sarjuuk
2013-06-01 17:12:58 +02:00
parent aef069e919
commit 86a85f4925
6 changed files with 14 additions and 14 deletions

View File

@@ -396,8 +396,8 @@ $lang = array(
)
),
'item' => array(
'armor' => "Armor",
'block' => "Block",
'armor' => "%s Armor",
'block' => "%s Block",
'charges' => "Charges",
'expend' => "expendable",
'locked' => "Locked",