tchange greeting - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3d8ef920a79a7cb7500a264e15dbea564ab8adff
(DIR) parent 7d5918c4d79e7f211833a7036a66a774229bcefe
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 21 May 2021 10:45:30 +0200
change greeting
Diffstat:
M src/curses_client/curses_client.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_client.c
t@@ -331,27 +331,27 @@ void display_intro(void)
attrset(TitleAttr);
/* Curses client introduction screen */
- text = g_string_new(_("D O P E W A R S"));
+ text = g_string_new(_("V A C C I N E W A R S"));
mvaddcentstr(0, text->str);
attrset(TextAttr);
- mvaddcentstr(2, _("Based on John E. Dell's old Drug Wars game, dopewars "
+ mvaddcentstr(2, _("Based on John E. Dell's old Drug Wars game, vaccinewars "
"is a simulation of an"));
- mvaddcentstr(3, _("imaginary drug market. dopewars is an All-American "
+ mvaddcentstr(3, _("imaginary vaccine market. vaccinewars is a "
"game which features"));
- mvaddcentstr(4, _("buying, selling, and trying to get past the cops!"));
+ mvaddcentstr(4, _("buying, selling, and trying to get past the antivaxxers!"));
mvaddcentstr(6, _("The first thing you need to do is pay off your "
- "debt to the Loan Shark. After"));
+ "debt to your dad. After"));
mvaddcentstr(7, _("that, your goal is to make as much money as "
"possible (and stay alive)!"));
- mvaddcentstr(8, _("You have one month of game time to make your fortune."));
+ mvaddcentstr(8, _("You have one month of game time to make your fortune and vaccinate the world."));
- g_string_printf(text, _("Version %-8s Copyright (C) 1998-2021 Ben Webb "
+ g_string_printf(text, _("Version %-8s Copyright (C) 2001 Anders Damsgaard after Copyright (C) 1998-2021 Ben Webb "
"benwebb@users.sf.net"), VERSION);
mvaddcentstr(10, text->str);
- g_string_assign(text, _("dopewars is released under the GNU "
+ g_string_assign(text, _("vaccinewars is released under the GNU "
"General Public License"));
mvaddcentstr(11, text->str);