From 5e68773f4bc0b1654dbe59aa363187d3777a387f Mon Sep 17 00:00:00 2001 From: wesinator <5124946+wesinator@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:22:05 -0500 Subject: [PATCH] change new updates menu text --- hfs.lng | 7 +++---- main.dfm | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hfs.lng b/hfs.lng index c2f71c6..2980786 100644 --- a/hfs.lng +++ b/hfs.lng @@ -286,7 +286,7 @@ menu.Debug1.Runscript1.Caption=Run script... menu.Debug1.showMemUsageChk.Caption=Show memory usage menu.Debug1.noContentdispositionChk.Caption=No Content-disposition 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.keepBakUpdatingChk.Caption=Keep old version menu.Updates1.testerUpdatesChk.Caption=Updates from official to beta versions @@ -611,7 +611,7 @@ Panel1.Button2.Caption=&No 64818_main_MSG_REQUESTING=Requesting... 64819_main_MSG_CHK_UPD=Checking for updates 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 64823_main_MSG_CHK_UPD_VER_EXT=Build #%s (current is #%s) 64824_main_MSG_CHK_UPD_NONE=no new version @@ -626,7 +626,7 @@ Panel1.Button2.Caption=&No 64833_main_MSG_ADDING=Adding item #%d 64834_main_MSG_INV_FILENAME=Invalid filename 64835_main_MSG_DELETE=Delete? -64836_main_AUTOSAVE=Auto save every: +64836_main_AUTOSAVE=Auto save every: 64837_main_SECONDS=%d seconds 64838_main_MSG_SPD_LIMIT_SING=Speed limit for single address 64839_main_MSG_SPD_LIMIT=Speed limit @@ -760,4 +760,3 @@ Panel1.Button2.Caption=&No 65119_OverbyteIcsCharsetUtils_sHebrewISOLogical=Hebrew (ISO-Logical) 65134_OverbyteIcsCharsetUtils_sArabicISO=Arabic (ISO) 65135_OverbyteIcsCharsetUtils_sArabicWindows=Arabic (Windows) - diff --git a/main.dfm b/main.dfm index 3944848..241ea23 100644 --- a/main.dfm +++ b/main.dfm @@ -2979,7 +2979,7 @@ object mainFrm: TmainFrm object Updates1: TMenuItem Caption = 'Updates' object Checkforupdates1: TMenuItem - Caption = 'Check for news/updates' + Caption = 'Check for new updates' OnClick = Checkforupdates1Click end object updateDailyChk: TMenuItem