Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change new updates menu text #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions hfs.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -760,4 +760,3 @@ Panel1.Button2.Caption=&No
65119_OverbyteIcsCharsetUtils_sHebrewISOLogical=Hebrew (ISO-Logical)
65134_OverbyteIcsCharsetUtils_sArabicISO=Arabic (ISO)
65135_OverbyteIcsCharsetUtils_sArabicWindows=Arabic (Windows)

2 changes: 1 addition & 1 deletion main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down