From 3e2795a2318673820b933312aa6f3c9140344ca0 Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Thu, 27 Aug 2020 10:14:45 -0400 Subject: [PATCH] Fixed spelling errors. --- locale/en.po | 10 +++++----- locale/ja.po | 6 +++--- locale/pr-starfighter.pot | 6 +++--- src/event.c | 2 +- src/mission.c | 2 +- src/weapons.c | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/locale/en.po b/locale/en.po index fe79aba..b5859dc 100644 --- a/locale/en.po +++ b/locale/en.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-08-26 12:04-0400\n" +"POT-Creation-Date: 2020-08-27 10:13-0400\n" "PO-Revision-Date: 2020-07-19 8:53-0400\n" "Last-Translator: Layla \n" "Language-Team: English\n" @@ -505,9 +505,9 @@ msgstr "" #. / Dialog (Sid Wilson) #: ../src/event.c:76 -msgid "You should try and destroy some of the frigate's weaponary, it'll help!" +msgid "You should try and destroy some of the frigate's weaponry, it'll help!" msgstr "" -"You should try and destroy some of the frigate's weaponary, it'll help!" +"You should try and destroy some of the frigate's weaponry, it'll help!" #. / Dialog (Sid Wilson) #: ../src/event.c:81 @@ -2554,8 +2554,8 @@ msgstr "*** Experimental Fighter Destroyed - Mission Completed ***" #. / Dialog (Chris Bainfield) #. / Used when the Mordor cloak ship is destroyed. #: ../src/mission.c:892 -msgid "That's one less suprise that WEAPCO can spring on us!" -msgstr "That's one less suprise that WEAPCO can spring on us!" +msgid "That's one less surprise that WEAPCO can spring on us!" +msgstr "That's one less surprise that WEAPCO can spring on us!" #: ../src/mission.c:967 msgid "*** Primary Objective Completed ***" diff --git a/locale/ja.po b/locale/ja.po index 2940431..129fa79 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-08-26 12:04-0400\n" +"POT-Creation-Date: 2020-08-27 10:13-0400\n" "PO-Revision-Date: 2020-07-27 13:19-0400\n" "Last-Translator: maruhiro \n" "Language-Team: Japanese\n" @@ -460,7 +460,7 @@ msgstr "" #. / Dialog (Sid Wilson) #: ../src/event.c:76 -msgid "You should try and destroy some of the frigate's weaponary, it'll help!" +msgid "You should try and destroy some of the frigate's weaponry, it'll help!" msgstr "まずフリゲートの武装を破壊しろ。それが助けになる!" #. / Dialog (Sid Wilson) @@ -2351,7 +2351,7 @@ msgstr "*** 試作戦闘機を破壊 - 作戦完了 ***" #. / Dialog (Chris Bainfield) #. / Used when the Mordor cloak ship is destroyed. #: ../src/mission.c:892 -msgid "That's one less suprise that WEAPCO can spring on us!" +msgid "That's one less surprise that WEAPCO can spring on us!" msgstr "WEAPCOの奇襲攻撃など、たいしたことはないな!" #: ../src/mission.c:967 diff --git a/locale/pr-starfighter.pot b/locale/pr-starfighter.pot index 25972ab..f142c91 100644 --- a/locale/pr-starfighter.pot +++ b/locale/pr-starfighter.pot @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-08-26 12:04-0400\n" +"POT-Creation-Date: 2020-08-27 10:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -422,7 +422,7 @@ msgstr "" #. / Dialog (Sid Wilson) #: ../src/event.c:76 -msgid "You should try and destroy some of the frigate's weaponary, it'll help!" +msgid "You should try and destroy some of the frigate's weaponry, it'll help!" msgstr "" #. / Dialog (Sid Wilson) @@ -2292,7 +2292,7 @@ msgstr "" #. / Dialog (Chris Bainfield) #. / Used when the Mordor cloak ship is destroyed. #: ../src/mission.c:892 -msgid "That's one less suprise that WEAPCO can spring on us!" +msgid "That's one less surprise that WEAPCO can spring on us!" msgstr "" #: ../src/mission.c:967 diff --git a/src/event.c b/src/event.c index 19e6711..4ca87ea 100644 --- a/src/event.c +++ b/src/event.c @@ -73,7 +73,7 @@ void events_init() events[0].time = 2; events[0].face = FS_SID; /// Dialog (Sid Wilson) - strcpy(events[0].message, _("You should try and destroy some of the frigate's weaponary, it'll help!")); + strcpy(events[0].message, _("You should try and destroy some of the frigate's weaponry, it'll help!")); events[1].time = 120; events[1].face = FS_SID; diff --git a/src/mission.c b/src/mission.c index d4858cb..e852fdb 100644 --- a/src/mission.c +++ b/src/mission.c @@ -889,7 +889,7 @@ void mission_updateRequirements(int type, int id, int value) intermission_planets[PLANET_CLOAKFIGHTER].missionCompleted = 1; /// Dialog (Chris Bainfield) /// Used when the Mordor cloak ship is destroyed. - radio_setMessage(FS_CHRIS, _("That's one less suprise that WEAPCO can spring on us!"), 1); + radio_setMessage(FS_CHRIS, _("That's one less surprise that WEAPCO can spring on us!"), 1); game.experimentalShield = 0; } } diff --git a/src/weapons.c b/src/weapons.c index acd45dd..e83d723 100644 --- a/src/weapons.c +++ b/src/weapons.c @@ -23,7 +23,7 @@ along with this program. If not, see . Object weapons[W_MAX]; /* -A list of predefined weaponary. +A list of predefined weaponry. */ void weapons_init() {