From d694dda14f825c5b02b8a26ab7a7ea45560b128c Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 02:09:34 +0200 Subject: [PATCH] Remove "(Desktop Experience)" from edition names --- langs/en-us.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/en-us.php b/langs/en-us.php index c7f32d6..80a37a1 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -337,9 +337,9 @@ $s['edition_PROFESSIONALEDUCATIONN'] = 'Windows Pro Education N'; $s['edition_SERVERRDSH'] = 'Windows Enterprise multi-session / Virtual Desktops'; $s['edition_SERVERARM64'] = 'Windows Server ARM64'; $s['edition_SERVERAZURESTACKHCICOR'] = 'Azure Stack HCI'; -$s['edition_SERVERDATACENTER'] = 'Windows Server Datacenter (Desktop Experience)'; +$s['edition_SERVERDATACENTER'] = 'Windows Server Datacenter'; $s['edition_SERVERDATACENTERCORE'] = 'Windows Server Datacenter (Core)'; -$s['edition_SERVERSTANDARD'] = 'Windows Server Standard (Desktop Experience)'; +$s['edition_SERVERSTANDARD'] = 'Windows Server Standard'; $s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)'; $s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition'; $s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)';