summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 01:50:34 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 01:50:34 +0900
commit10a8d96cc8c5dd44a68c2ce70b29534a72091b70 (patch)
treeef1e8e4ad5636983e18bea22aa0fe6a1a580b75f /menus.c
parentf1454040ac26cebde1ab007b90d3b475e39ca6da (diff)
make max step size deviation configurableINSTRUMENT_6_4_08b
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);