From 4eeeed70fc816383bf86a5bfe012d7f7acb6b394 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 5 Jun 2001 18:02:49 +0000 Subject: [PATCH] Changed seconds unit from S to s (to lower case). Patch from Steven Borley. --- src/frontend/typesdef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/typesdef.c b/src/frontend/typesdef.c index 6592d4f12..8b74a23af 100644 --- a/src/frontend/typesdef.c +++ b/src/frontend/typesdef.c @@ -32,7 +32,7 @@ struct plotab { /* note: This should correspond to SV_ defined in FTEconstant.h */ struct type types[NUMTYPES] = { { "notype", NULL } , - { "time", "S" } , + { "time", "s" } , { "frequency", "Hz" } , { "voltage", "V" } , { "current", "A" } ,