[gnome-control-center] info-overview: There is no “AMD®”



commit 68d67adf12aaed264ed5675c3c996eaee5d5eead
Author: Norbert Pfeiler <norbert pfeiler+git gmail com>
Date:   Sat Jan 29 08:01:08 2022 +0100

    info-overview: There is no “AMD®”
    
    AMD doesn’t have a registered trademark for the string only.

 panels/info-overview/info-cleanup.c |  1 -
 tests/info/info-cleanup-test.txt    | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/panels/info-overview/info-cleanup.c b/panels/info-overview/info-cleanup.c
index 5a7392722..b30bf4acc 100644
--- a/panels/info-overview/info-cleanup.c
+++ b/panels/info-overview/info-cleanup.c
@@ -43,7 +43,6 @@ prettify_info (const char *info)
     { "Gallium .* on (AMD .*)", "\\1"},
     { "(AMD .*) [(].*", "\\1"},
     { "(AMD [A-Z])(.*)", "\\1\\L\\2\\E"},
-    { "AMD", "AMD\302\256"},
     { "Graphics Controller", "Graphics"},
   };
 
diff --git a/tests/info/info-cleanup-test.txt b/tests/info/info-cleanup-test.txt
index 6dc72a56e..dd0ea8954 100644
--- a/tests/info/info-cleanup-test.txt
+++ b/tests/info/info-cleanup-test.txt
@@ -1,8 +1,8 @@
 Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz       Intel® Core™ i5-4590T CPU @ 2.00GHz
 Intel(R) Ivybridge Mobile      Intel® Ivybridge Mobile
 Intel(R)  Ivybridge Mobile     Intel® Ivybridge Mobile
-Gallium 0.4 on AMD KAVERI      AMD® Kaveri
-AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3)        AMD® Kaveri
-AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD® Kaveri
-Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD® Kaveri
-Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3  AMD® Kaveri
+Gallium 0.4 on AMD KAVERI      AMD Kaveri
+AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3)        AMD Kaveri
+AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD Kaveri
+Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD Kaveri
+Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3  AMD Kaveri


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]