diff --git a/fleet2.php b/fleet2.php index 408d788a7..2054e2a70 100644 --- a/fleet2.php +++ b/fleet2.php @@ -263,7 +263,7 @@ } else { - message($_Lang['fl2_ShipCountCantBe0'], $ErrorTitle, 'fleet.php', 3); + message($_Lang['fleet_generic_errors_invalidshipcount'], $ErrorTitle, 'fleet.php', 3); } } else diff --git a/fleet3.php b/fleet3.php index a90564ad0..7a4cffec2 100644 --- a/fleet3.php +++ b/fleet3.php @@ -441,7 +441,7 @@ function messageRed($Text, $Title) } else { - messageRed($_Lang['fl2_ShipCountCantBe0'], $ErrorTitle); + messageRed($_Lang['fleet_generic_errors_invalidshipcount'], $ErrorTitle); } } else