Fixed ST_EDITSTATUS default

This commit is contained in:
Ianos Gnatiuc 2005-12-22 08:51:29 +00:00
parent 4736f8718e
commit 9cca57ae09

View File

@ -100,7 +100,7 @@ static LangCrc LangCrcs[] = {
{ CRC_ST_EXPORTFILE , NULL , "Export File" }, { CRC_ST_EXPORTFILE , NULL , "Export File" },
{ CRC_WT_EXPORTWHATFILE , NULL , " Export to what file? " }, { CRC_WT_EXPORTWHATFILE , NULL , " Export to what file? " },
{ CRC_ST_EXPORTSTATUS , NULL , "Exporting to %s" }, { CRC_ST_EXPORTSTATUS , NULL , "Exporting to %s" },
{ CRC_ST_EDITSTATUS , NULL , "Edit %i,%i. %s" }, { CRC_ST_EDITSTATUS , NULL , "Edit %i,%i (%02X). %s" },
{ CRC_ST_SELECTFILES , NULL , "Select Files" }, { CRC_ST_SELECTFILES , NULL , "Select Files" },
{ CRC_WL_SELECTEDFILES , NULL , "Selected Files " }, { CRC_WL_SELECTEDFILES , NULL , "Selected Files " },
{ CRC_WL_SELECTEDBYTES , NULL , " Bytes " }, { CRC_WL_SELECTEDBYTES , NULL , " Bytes " },