From b25efb85959e4db37a91525a91c1b16fd79b2fdf Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Wed, 26 Aug 2020 12:06:34 -0400 Subject: [PATCH] "stupid" -> "foolish" --- configure.ac | 2 +- locale/en.po | 8 ++++---- locale/ja.po | 6 +++--- locale/pr-starfighter.pot | 6 +++--- src/game.c | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 36ad293..2f73819 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # information. This file is offered as-is, without any warranty. AC_PREREQ([2.69]) -AC_INIT([Project: Starfighter], [2.3.1], [diligentcircle@riseup.net], [starfighter]) +AC_INIT([Project: Starfighter], [2.3.2-dev], [diligentcircle@riseup.net], [starfighter]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_SRCDIR([src/Starfighter.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/locale/en.po b/locale/en.po index 43264a2..fe79aba 100644 --- a/locale/en.po +++ b/locale/en.po @@ -20,9 +20,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.3\n" +"Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-07-19 8:53-0400\n" +"POT-Creation-Date: 2020-08-26 12:04-0400\n" "PO-Revision-Date: 2020-07-19 8:53-0400\n" "Last-Translator: Layla \n" "Language-Team: English\n" @@ -979,11 +979,11 @@ msgstr "" msgid "" "Pathetic.\n" "How very disappointing...\n" -"Heroic. And stupid." +"Heroic. And foolish." msgstr "" "Pathetic.\n" "How very disappointing...\n" -"Heroic. And stupid." +"Heroic. And foolish." #. / Dialog: Krass Tyler #. / Used when the player is killed in the Jupiter mission. diff --git a/locale/ja.po b/locale/ja.po index c18416d..2940431 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -20,9 +20,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.3\n" +"Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-07-16 14:10-0400\n" +"POT-Creation-Date: 2020-08-26 12:04-0400\n" "PO-Revision-Date: 2020-07-27 13:19-0400\n" "Last-Translator: maruhiro \n" "Language-Team: Japanese\n" @@ -908,7 +908,7 @@ msgstr "" msgid "" "Pathetic.\n" "How very disappointing...\n" -"Heroic. And stupid." +"Heroic. And foolish." msgstr "" "みじめだな。\n" "君には失望したよ…\n" diff --git a/locale/pr-starfighter.pot b/locale/pr-starfighter.pot index c443f23..25972ab 100644 --- a/locale/pr-starfighter.pot +++ b/locale/pr-starfighter.pot @@ -21,9 +21,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2.3\n" +"Project-Id-Version: 2.3.2\n" "Report-Msgid-Bugs-To: Layla Marchant \n" -"POT-Creation-Date: 2020-07-19 8:53-0400\n" +"POT-Creation-Date: 2020-08-26 12:04-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -858,7 +858,7 @@ msgstr "" msgid "" "Pathetic.\n" "How very disappointing...\n" -"Heroic. And stupid." +"Heroic. And foolish." msgstr "" #. / Dialog: Krass Tyler diff --git a/src/game.c b/src/game.c index 5d2ef80..b17b42e 100644 --- a/src/game.c +++ b/src/game.c @@ -1618,7 +1618,7 @@ static void game_doPlayer() /// number of insults is permitted. "Pathetic.\n" "How very disappointing...\n" - "Heroic. And stupid." + "Heroic. And foolish." )); radio_setMessage(FS_KLINE, msg, 1); }