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 */
|
/* note: This should correspond to SV_ defined in FTEconstant.h */
|
||||||
struct type types[NUMTYPES] = {
|
struct type types[NUMTYPES] = {
|
||||||
{ "notype", NULL } ,
|
{ "notype", NULL } ,
|
||||||
{ "time", "S" } ,
|
{ "time", "s" } ,
|
||||||
{ "frequency", "Hz" } ,
|
{ "frequency", "Hz" } ,
|
||||||
{ "voltage", "V" } ,
|
{ "voltage", "V" } ,
|
||||||
{ "current", "A" } ,
|
{ "current", "A" } ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue