From 2e43892dfc9ce1da8073d9dcd5b37c4303c65530 Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 00:44:39 +0200 Subject: [PATCH] Update ARM64 warning message --- langs/en-us.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/langs/en-us.php b/langs/en-us.php index cfef792..d9d0cae 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -212,8 +212,7 @@ $s['sizeOfShownFiles'] = 'Size of shown files: %s'; //Size of shown files: 2.86 $s['error'] = 'Error'; $s['requestNotSuccessful'] = 'Request not successful'; $s['anErrorHasOccurred'] = 'An error has occurred while attempting to process your request.'; -$s['arm64Warning2022h'] = 'This is an ARM64 build'; -$s['arm64Warning2022b'] = '

This build is only compatible with:

UUP dump authors don\'t have a single one of these and therefore will provide absolutely no support.

'; +$s['arm64Warning2023'] = 'This is an ARM64 build. UUP dump authors don\'t have a single device compatible with it and therefore will provide absolutely no support.'; //Error messages $s['error_ERROR'] = 'Generic error.';