From e677d3179c5c61ff9aeaec621cdc589adf8058c9 Mon Sep 17 00:00:00 2001 From: Imran <30463115+ImranR98@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:28:56 -0400 Subject: [PATCH] Revert changes to en.json --- assets/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index f488718..661a035 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -257,7 +257,7 @@ "intermediateLink": "Intermediate link", "exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)", "bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi", - "autoSelectHighestVersionCode": "Auto-select highest version code APK", + "autoSelectHighestVersionCode": "Auto-select highest versionCode APK", "versionExtractionRegEx": "Version String Extraction RegEx", "trimVersionString": "Trim Version String With RegEx", "matchGroupToUseForX": "Match Group to Use for \"{}\"", @@ -267,7 +267,7 @@ "autoExportOnChanges": "Auto-export on changes", "includeSettings": "Include settings", "filterVersionsByRegEx": "Filter Versions by Regular Expression", - "trySelectingSuggestedVersionCode": "Try selecting suggested version code APK", + "trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK", "dontSortReleasesList": "Retain release order from API", "reverseSort": "Reverse sorting", "takeFirstLink": "Take first link", @@ -296,7 +296,7 @@ "shizukuOldAndroidWithADB": "Shizuku running on Android < 8.1 with ADB - update Android or use Sui instead", "shizukuPretendToBeGooglePlay": "Set Google Play as the installation source (if Shizuku is used)", "useSystemFont": "Use the system font", - "useVersionCodeAsOSVersion": "Use app version code as OS-detected version", + "useVersionCodeAsOSVersion": "Use app versionCode as OS-detected version", "requestHeader": "Request header", "useLatestAssetDateAsReleaseDate": "Use latest asset upload as release date", "defaultPseudoVersioningMethod": "Default Pseudo-Versioning Method", @@ -375,4 +375,4 @@ "one": "{} APK", "other": "{} APKs" } -} \ No newline at end of file +}