Shorts the time-date format string (goldlang token MS_TimeDateFmt)

This commit is contained in:
Stas Degteff
2006-02-04 19:44:44 +00:00
parent 383fb1d734
commit 7188ecd6ce
13 changed files with 14 additions and 14 deletions

View File

@@ -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;

View File

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