diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 01:50:34 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 01:50:34 +0900 |
commit | 10a8d96cc8c5dd44a68c2ce70b29534a72091b70 (patch) | |
tree | ef1e8e4ad5636983e18bea22aa0fe6a1a580b75f /menus.c | |
parent | f1454040ac26cebde1ab007b90d3b475e39ca6da (diff) |
make max step size deviation configurableINSTRUMENT_6_4_08b
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |