Changed seconds unit from S to s (to lower case). Patch from Steven Borley.
This commit is contained in:
parent
609f57ba00
commit
4eeeed70fc
|
|
@ -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" } ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue