From bb859708bcbab7594af973c2bcc4a32b35e65a2d Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sun, 24 Dec 2023 21:14:18 -0500 Subject: [PATCH] Typo --- lib/app_sources/html.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_sources/html.dart b/lib/app_sources/html.dart index 81cb7ec..d0bcabd 100644 --- a/lib/app_sources/html.dart +++ b/lib/app_sources/html.dart @@ -95,7 +95,7 @@ class HTML extends AppSource { label: tr('sortByFileNamesNotLinks')) ], [GeneratedFormSwitch('skipSort', label: tr('skipSort'))], - [GeneratedFormSwitch('reverseSort', label: tr('takeTopLink'))], + [GeneratedFormSwitch('reverseSort', label: tr('takeFirstLink'))], [ GeneratedFormSwitch('supportFixedAPKURL', defaultValue: true, label: tr('supportFixedAPKURL')),