Localiziation/Fixup

* fixed cast time strings for locale enUS
This commit is contained in:
Sarjuuk
2024-07-01 22:25:06 +02:00
parent d2277d1034
commit f12d16ea5b

View File

@@ -1467,8 +1467,8 @@ $lang = array(
'instantPhys' => "Instant", // SPELL_CAST_TIME_INSTANT_NO_MANA
'castTime' => array(
"Instant cast", // SPELL_CAST_TIME_INSTANT
"Wirken in %.3g Sek.", // SPELL_CAST_TIME_SEC
"Wirken in %.3g Min." // SPELL_CAST_TIME_MIN
"%.3g sec cast", // SPELL_CAST_TIME_SEC
"%.3g min cast" // SPELL_CAST_TIME_MIN
),
'cooldown' => array(
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?