mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Localiziation/Fixup
* fixed cast time strings for locale enUS
This commit is contained in:
@@ -1467,8 +1467,8 @@ $lang = array(
|
|||||||
'instantPhys' => "Instant", // SPELL_CAST_TIME_INSTANT_NO_MANA
|
'instantPhys' => "Instant", // SPELL_CAST_TIME_INSTANT_NO_MANA
|
||||||
'castTime' => array(
|
'castTime' => array(
|
||||||
"Instant cast", // SPELL_CAST_TIME_INSTANT
|
"Instant cast", // SPELL_CAST_TIME_INSTANT
|
||||||
"Wirken in %.3g Sek.", // SPELL_CAST_TIME_SEC
|
"%.3g sec cast", // SPELL_CAST_TIME_SEC
|
||||||
"Wirken in %.3g Min." // SPELL_CAST_TIME_MIN
|
"%.3g min cast" // SPELL_CAST_TIME_MIN
|
||||||
),
|
),
|
||||||
'cooldown' => array(
|
'cooldown' => array(
|
||||||
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
|
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
|
||||||
|
|||||||
Reference in New Issue
Block a user