summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus.c b/menus.c
index 419e7e0..058d77c 100644
--- a/menus.c
+++ b/menus.c
@@ -2810,7 +2810,7 @@ static void Nonstd_menu_default_rs232(void)
static void Nonstd_menu_model_info(void)
{
- gchar *message = g_strdup_printf ("Avtech Electrosystems Ltd., since 1975. Model %s, S/N %s, FW v%s.",
+ gchar *message = g_strdup_printf ("Avtech Electrosystems Ltd., Model %s, S/N %s, FW v%s. Since 1975.",
globals.Flash.model_num,
globals.Flash.serial_num,
globals.HWDetect.firmware);