Skip to content

Commit 680a84e

Browse files
fix: wrong -U8 in the menu item
Should be -U7 The source code is correct The readme.txt is correct [ci skip]
1 parent 46cd7e2 commit 680a84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code/main.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ object FormTrackerModify: TFormTrackerModify
401401
OnClick = MenuUpdateTorrentSortClick
402402
end
403403
object MenuUpdateRandomize: TMenuItem
404-
Caption = '&Randomize the trackers list.(-U8)'
404+
Caption = '&Randomize the trackers list.(-U7)'
405405
OnClick = MenuUpdateRandomizeClick
406406
end
407407
end

0 commit comments

Comments
 (0)