From c32a9f21d252f0a61a400415ceda9c25fefe02dc Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Sun, 4 Sep 2022 19:49:50 +0200 Subject: [PATCH] Clean up some unused strings. --- language.def_base | 2 -- language.es_base | 2 -- language.version | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/language.def_base b/language.def_base index 628b7ad2c..fabd123e6 100644 --- a/language.def_base +++ b/language.def_base @@ -655,10 +655,8 @@ SWWM_SWAPWEAPON = "\cjPress \cfUse\cj to swap \cf%s\cj for \cf%s\cj.\c-"; SWWM_TODOWEAPON = "\cjThe \cf%s\cj is not yet implemented.\c-"; SWWM_TITLEPRESENTSA = "UnSX Team"; SWWM_TITLEPRESENTSB = "presents"; -SWWM_TITLEPRESENTS = "presents"; SWWM_TITLEMODBYA = "a mod by"; SWWM_TITLEMODBYB = "Marisa the Magician"; -SWWM_TITLEMODBY = "a mod by \cxMarisa the Magician"; SWWM_TITLEINTROA = "On that day, humankind saw itself in dire danger, facing an impending doom."; SWWM_TITLEINTROB = "But one machine stood up, who fought back, who could end this whole invasion."; SWWM_TITLEINTROC = "The demons would learn to fear that machine, who they know only by one name..."; diff --git a/language.es_base b/language.es_base index 81fc7aaeb..06f5f84aa 100644 --- a/language.es_base +++ b/language.es_base @@ -554,9 +554,7 @@ SWWM_SWAPWEAPON = "\cjPulsa \cfUsar\cj para cambiar \cf%s\cj por \cf%s\cj.\c-"; SWWM_TODOWEAPON = "\cjEl \cf%s\cj aun no está implementado.\c-"; SWWM_TODOWEAPON_FEM = "\cjLa \cf%s\cj aun no está implementada.\c-"; SWWM_TITLEPRESENTSB = "presenta"; -SWWM_TITLEPRESENTS = "presenta"; SWWM_TITLEMODBYA = "un mod de"; -SWWM_TITLEMODBY = "un mod de \cxMarisa the Magician"; SWWM_TITLEINTROA = "Ese día, la humanidad se vió en peligro, enfrentándose a su propia perdición."; SWWM_TITLEINTROB = "Pero una máquina se alzó, decidida a luchar, y poner fin a toda esta invasión."; SWWM_TITLEINTROC = "Los demonios aprenderían a temer la máquina, la cual conocen por un solo nombre..."; diff --git a/language.version b/language.version index 2c93f4d30..4ae2f43e8 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r403 \cu(Sun 4 Sep 18:07:54 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r403 \cu(2022-09-04 18:07:54)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r404 \cu(Sun 4 Sep 19:49:50 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r404 \cu(2022-09-04 19:49:50)\c-";