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" } ,