From fcd79727bbb4ee2082ab84c27c2bcfff7669d258 Mon Sep 17 00:00:00 2001 From: abbodi1406 Date: Tue, 29 Jun 2021 23:36:02 +0300 Subject: [PATCH] Replace "Windows 10" with "Windows" when referencing editions --- shared/packs.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/shared/packs.php b/shared/packs.php index 142eadf..8c7faf9 100644 --- a/shared/packs.php +++ b/shared/packs.php @@ -61,22 +61,22 @@ function uupGetInfoTexts() { ); $fancyEditionNames = array( - 'CLOUD' => 'Windows 10 S', - 'CLOUDN' => 'Windows 10 S N', - 'CLOUDE' => 'Windows 10 Lean', - 'CORE' => 'Windows 10 Home', - 'CORECOUNTRYSPECIFIC' => 'Windows 10 Home China', - 'COREN' => 'Windows 10 Home N', - 'CORESINGLELANGUAGE' => 'Windows 10 Home Single Language', - 'EDUCATION' => 'Windows 10 Education', - 'EDUCATIONN' => 'Windows 10 Education N', - 'ENTERPRISE' => 'Windows 10 Enterprise', - 'ENTERPRISEN' => 'Windows 10 Enterprise N', + 'CLOUD' => 'Windows S', + 'CLOUDN' => 'Windows S N', + 'CLOUDE' => 'Windows Lean', + 'CORE' => 'Windows Home', + 'CORECOUNTRYSPECIFIC' => 'Windows Home China', + 'COREN' => 'Windows Home N', + 'CORESINGLELANGUAGE' => 'Windows Home Single Language', + 'EDUCATION' => 'Windows Education', + 'EDUCATIONN' => 'Windows Education N', + 'ENTERPRISE' => 'Windows Enterprise', + 'ENTERPRISEN' => 'Windows Enterprise N', 'HOLOGRAPHIC' => 'Windows Holographic', 'LITE' => 'Windows 10X', - 'PPIPRO' => 'Windows 10 Team', - 'PROFESSIONAL' => 'Windows 10 Pro', - 'PROFESSIONALN' => 'Windows 10 Pro N', + 'PPIPRO' => 'Windows Team', + 'PROFESSIONAL' => 'Windows Pro', + 'PROFESSIONALN' => 'Windows Pro N', 'SERVERSTANDARD' => 'Windows Server Standard', 'SERVERSTANDARDCORE' => 'Windows Server Standard, Core', 'SERVERDATACENTER' => 'Windows Server Datacenter',