Shorts the time-date format string (goldlang token MS_TimeDateFmt)
This commit is contained in:
@@ -855,8 +855,8 @@ CfgGed::CfgGed() {
|
||||
switches.set(rcvdisablescfm, true);
|
||||
|
||||
// screen configuration
|
||||
disphdrdateset.len = 20;
|
||||
disphdrdateset.pos = -20;
|
||||
disphdrdateset.len = 19;
|
||||
disphdrdateset.pos = -19;
|
||||
disphdrnameset.len = 36;
|
||||
disphdrnameset.pos = 8;
|
||||
disphdrnodeset.len = 16;
|
||||
|
@@ -361,7 +361,7 @@ static LangCrc LangCrcs[] = {
|
||||
{ CRC_ST_GENCFMRECEIPT , NULL , "Generating Confirmation Receipt" },
|
||||
{ CRC_WT_NEW , NULL , "New" },
|
||||
{ CRC_ST_LOOKUPINFO , NULL , "Nodelist Lookup Information" },
|
||||
{ CRC_MS_DATETIMEFMT , NULL , "%d %b %y %H:%M:%S" },
|
||||
{ CRC_MS_DATETIMEFMT , NULL , "%d %b %y %H:%M:%S" },
|
||||
{ CRC_MS_DATEFMT , NULL , "%d %b %y" },
|
||||
{ CRC_MS_TIMEFMT , NULL , "%H:%M" },
|
||||
{ CRC_MS_ORIGINALLYIN , NULL , "* Originally in %s" },
|
||||
|
Reference in New Issue
Block a user