Skip to content

Commit b94b7b5

Browse files
authored
Correct typo in Ender Description (#2301)
1 parent c51e4d9 commit b94b7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/shiptemplates/OLD.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ template:setDockClasses(_("class", "Starfighter"), _("class", "Frigate"), _("cla
388388
template:setSharesEnergyWithDocked(true)
389389

390390
variation = template:copy("Ender"):setType("playership"):setLocaleName(_("playerShip", "Ender"))
391-
variation:setDescription(_("Player version of the battle station. Only half es much shield strength, but more speed and maneuverability, so it is surprisingly agile - for a capital ship, of course. Piloting this colossus still feels very different compared to other ships. It also has two additional missile tubes."))
391+
variation:setDescription(_("Player version of the battle station. Only half as much shield strength, but more speed and maneuverability, so it is surprisingly agile - for a capital ship, of course. Piloting this colossus still feels very different compared to other ships. It also has two additional missile tubes."))
392392
-- Arc, Dir, Range, CycleTime, Dmg
393393
variation:setBeam(0, 10, -90, 2500.0, 6.1, 4)
394394
variation:setBeam(1, 10, -90, 2500.0, 6.0, 4)

0 commit comments

Comments
 (0)