From d3a5d5c3c67c240ccb071ecc83755b0f84087647 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 16 Mar 2024 00:53:06 +0100 Subject: [PATCH] Improve image of IMTS --- src/imts/image.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/imts/image.c b/src/imts/image.c index 1b60789..2ee63b2 100644 --- a/src/imts/image.c +++ b/src/imts/image.c @@ -1,8 +1,11 @@ #include const char *aaimage[] = { - "@W", - "IMTS / MTS is back!", + "", + "@WMTS - 'Mobile Telephone Service'", + "IMTS - 'Interim Mobile Telephone Service'", + "@w was soon changed to@W", + "IMTS - 'Improved Mobile Telephone Service'", "", NULL };