From f12d16ea5b5cb4f01133a034c4c8fd1cd0553c06 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 1 Jul 2024 22:25:06 +0200 Subject: [PATCH] Localiziation/Fixup * fixed cast time strings for locale enUS --- localization/locale_enus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localization/locale_enus.php b/localization/locale_enus.php index 02bbac72..0e5e138a 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -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?