change new updates menu text

This commit is contained in:
wesinator 2021-12-21 21:22:05 -05:00
parent 29f6bac31c
commit 5e68773f4b
2 changed files with 4 additions and 5 deletions

View File

@ -286,7 +286,7 @@ menu.Debug1.Runscript1.Caption=Run script...
menu.Debug1.showMemUsageChk.Caption=Show memory usage menu.Debug1.showMemUsageChk.Caption=Show memory usage
menu.Debug1.noContentdispositionChk.Caption=No Content-disposition menu.Debug1.noContentdispositionChk.Caption=No Content-disposition
menu.Updates1.Caption=Updates menu.Updates1.Caption=Updates
menu.Updates1.Checkforupdates1.Caption=Check for news/updates menu.Updates1.Checkforupdates1.Caption=Check for new updates
menu.Updates1.updateDailyChk.Caption=Auto check every day menu.Updates1.updateDailyChk.Caption=Auto check every day
menu.Updates1.keepBakUpdatingChk.Caption=Keep old version menu.Updates1.keepBakUpdatingChk.Caption=Keep old version
menu.Updates1.testerUpdatesChk.Caption=Updates from official to beta versions menu.Updates1.testerUpdatesChk.Caption=Updates from official to beta versions
@ -611,7 +611,7 @@ Panel1.Button2.Caption=&No
64818_main_MSG_REQUESTING=Requesting... 64818_main_MSG_REQUESTING=Requesting...
64819_main_MSG_CHK_UPD=Checking for updates 64819_main_MSG_CHK_UPD=Checking for updates
64820_main_MSG_CHK_UPD_FAIL=Check update: failed 64820_main_MSG_CHK_UPD_FAIL=Check update: failed
64821_main_MSG_CHK_UPD_HEAD=Check update: 64821_main_MSG_CHK_UPD_HEAD=Check update:
64822_main_MSG_CHK_UPD_VER=new version found: %s 64822_main_MSG_CHK_UPD_VER=new version found: %s
64823_main_MSG_CHK_UPD_VER_EXT=Build #%s (current is #%s) 64823_main_MSG_CHK_UPD_VER_EXT=Build #%s (current is #%s)
64824_main_MSG_CHK_UPD_NONE=no new version 64824_main_MSG_CHK_UPD_NONE=no new version
@ -626,7 +626,7 @@ Panel1.Button2.Caption=&No
64833_main_MSG_ADDING=Adding item #%d 64833_main_MSG_ADDING=Adding item #%d
64834_main_MSG_INV_FILENAME=Invalid filename 64834_main_MSG_INV_FILENAME=Invalid filename
64835_main_MSG_DELETE=Delete? 64835_main_MSG_DELETE=Delete?
64836_main_AUTOSAVE=Auto save every: 64836_main_AUTOSAVE=Auto save every:
64837_main_SECONDS=%d seconds 64837_main_SECONDS=%d seconds
64838_main_MSG_SPD_LIMIT_SING=Speed limit for single address 64838_main_MSG_SPD_LIMIT_SING=Speed limit for single address
64839_main_MSG_SPD_LIMIT=Speed limit 64839_main_MSG_SPD_LIMIT=Speed limit
@ -760,4 +760,3 @@ Panel1.Button2.Caption=&No
65119_OverbyteIcsCharsetUtils_sHebrewISOLogical=Hebrew (ISO-Logical) 65119_OverbyteIcsCharsetUtils_sHebrewISOLogical=Hebrew (ISO-Logical)
65134_OverbyteIcsCharsetUtils_sArabicISO=Arabic (ISO) 65134_OverbyteIcsCharsetUtils_sArabicISO=Arabic (ISO)
65135_OverbyteIcsCharsetUtils_sArabicWindows=Arabic (Windows) 65135_OverbyteIcsCharsetUtils_sArabicWindows=Arabic (Windows)

View File

@ -2979,7 +2979,7 @@ object mainFrm: TmainFrm
object Updates1: TMenuItem object Updates1: TMenuItem
Caption = 'Updates' Caption = 'Updates'
object Checkforupdates1: TMenuItem object Checkforupdates1: TMenuItem
Caption = 'Check for news/updates' Caption = 'Check for new updates'
OnClick = Checkforupdates1Click OnClick = Checkforupdates1Click
end end
object updateDailyChk: TMenuItem object updateDailyChk: TMenuItem