Localization/Fixup

* kill an antique typo causing an error whenever a tooltip for a hearthstoneesque effect is displayed for Locale FR an RU
This commit is contained in:
Sarjuuk
2024-07-14 16:23:43 +02:00
parent 99a95f3995
commit 31928d56a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1457,7 +1457,7 @@ $lang = array(
'unlimRange' => "Portée illimitée", 'unlimRange' => "Portée illimitée",
'reagents' => "Composants", 'reagents' => "Composants",
'tools' => "Outils", 'tools' => "Outils",
'home' => "%lt;Auberge>", 'home' => "<Auberge>",
'pctCostOf' => "de la %s de base", 'pctCostOf' => "de la %s de base",
'costPerSec' => ", plus %s par seconde", 'costPerSec' => ", plus %s par seconde",
'costPerLevel' => ", plus %s par niveau", 'costPerLevel' => ", plus %s par niveau",

View File

@@ -1457,7 +1457,7 @@ $lang = array(
'unlimRange' => "Неограниченное расстояние", 'unlimRange' => "Неограниченное расстояние",
'reagents' => "Реагент", 'reagents' => "Реагент",
'tools' => "Инструменты", 'tools' => "Инструменты",
'home' => "%lt;Гостиница>", 'home' => "<Гостиница>",
'pctCostOf' => "от базовой %s", 'pctCostOf' => "от базовой %s",
'costPerSec' => ", плюс %s в секунду", 'costPerSec' => ", плюс %s в секунду",
'costPerLevel' => ", плюс %s за уровень", 'costPerLevel' => ", плюс %s за уровень",