Skip to content

Commit

Permalink
GH-139 Fix missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Dec 7, 2020
1 parent 7808ca2 commit ad44398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fleet2.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
}
else
{
message($_Lang['fl2_ShipCountCantBe0'], $ErrorTitle, 'fleet.php', 3);
message($_Lang['fleet_generic_errors_invalidshipcount'], $ErrorTitle, 'fleet.php', 3);
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion fleet3.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ function messageRed($Text, $Title)
}
else
{
messageRed($_Lang['fl2_ShipCountCantBe0'], $ErrorTitle);
messageRed($_Lang['fleet_generic_errors_invalidshipcount'], $ErrorTitle);
}
}
else
Expand Down

0 comments on commit ad44398

Please sign in to comment.