Changed: Wording when downloading manga lists (#1842)

This commit is contained in:
NhKPaNdA 2024-11-21 19:14:10 +08:00 committed by GitHub
parent 9117918852
commit ad42916293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -186,7 +186,7 @@ begin
end;
end
else
FFailedList.Add(Format(RS_FailedDownload, [FModule.Name, HTTP.ResultCode,
FFailedList.Add(Format(RS_FailedDownload, [FModule.Name + ' Manga List', HTTP.ResultCode,
HTTP.ResultString]));
except
on E: Exception do

View File

@ -5582,7 +5582,7 @@ object MainForm: TMainForm
OnClick = mnUpdateListClick
end
object mnUpdateDownFromServer: TMenuItem
Caption = 'Download manga list from server'
Caption = 'Download manga list from FMD server'
OnClick = mnUpdateDownFromServerClick
end
object MenuItem5: TMenuItem
@ -5593,7 +5593,7 @@ object MainForm: TMainForm
OnClick = mnUpdate1ClickClick
end
object mnDownload1Click: TMenuItem
Caption = 'Download all lists from server at once'
Caption = 'Download all lists from FMD server at once'
OnClick = mnDownload1ClickClick
end
end

View File

@ -328,9 +328,9 @@
{"hash":78392485,"name":"tmainform.mimangalistdelete.caption","sourcebytes":[68,101,108,101,116,101],"value":"Delete"},
{"hash":175694497,"name":"tmainform.mihighlightnewmanga.caption","sourcebytes":[72,105,103,104,108,105,103,104,116,32,110,101,119,32,109,97,110,103,97],"value":"Highlight new manga"},
{"hash":119443044,"name":"tmainform.mnupdatelist.caption","sourcebytes":[85,112,100,97,116,101,32,109,97,110,103,97,32,108,105,115,116],"value":"Update manga list"},
{"hash":11631810,"name":"tmainform.mnupdatedownfromserver.caption","sourcebytes":[68,111,119,110,108,111,97,100,32,109,97,110,103,97,32,108,105,115,116,32,102,114,111,109,32,115,101,114,118,101,114],"value":"Download manga list from server"},
{"hash":127860802,"name":"tmainform.mnupdatedownfromserver.caption","sourcebytes":[68,111,119,110,108,111,97,100,32,109,97,110,103,97,32,108,105,115,116,32,102,114,111,109,32,70,77,68,32,115,101,114,118,101,114],"value":"Download manga list from FMD server"},
{"hash":164591397,"name":"tmainform.mnupdate1click.caption","sourcebytes":[85,112,100,97,116,101,32,97,108,108,32,108,105,115,116,115,32,97,116,32,111,110,99,101],"value":"Update all lists at once"},
{"hash":182967733,"name":"tmainform.mndownload1click.caption","sourcebytes":[68,111,119,110,108,111,97,100,32,97,108,108,32,108,105,115,116,115,32,102,114,111,109,32,115,101,114,118,101,114,32,97,116,32,111,110,99,101],"value":"Download all lists from server at once"},
{"hash":175569717,"name":"tmainform.mndownload1click.caption","sourcebytes":[68,111,119,110,108,111,97,100,32,97,108,108,32,108,105,115,116,115,32,102,114,111,109,32,70,77,68,32,115,101,114,118,101,114,32,97,116,32,111,110,99,101],"value":"Download all lists from FMD server at once"},
{"hash":378031,"name":"tmainform.medurlundo.caption","sourcebytes":[85,110,100,111],"value":"Undo"},
{"hash":19140,"name":"tmainform.medurlcut.caption","sourcebytes":[67,117,116],"value":"Cut"},
{"hash":304761,"name":"tmainform.medurlcopy.caption","sourcebytes":[67,111,112,121],"value":"Copy"},

View File

@ -933,7 +933,7 @@ resourcestring
RS_DlgUpdaterIsRunning = 'Updater is running!';
RS_DlgTypeInNewChapter = 'Type in new chapter:';
RS_DlgTypeInNewSavePath = 'Type in new save path:';
RS_DlgUpdaterWantToUpdateDB = 'Do you want to download manga list from the server?';
RS_DlgUpdaterWantToUpdateDB = 'Do you want to download manga list from FMD server?';
RS_DlgRemoveFinishTasks = 'Are you sure you want to delete all finished tasks?';
RS_DlgCannotGetMangaInfo = 'Cannot get manga info. Please check your internet connection and try it again.';
RS_DlgCannotConnectToServer = 'Cannot connect to the server.';