From: Bryan Gardiner <bog@khumba.net>
Date: 2026-05-30

Replace mentions of Ubuntu with Gentoo.

--- a/system76driver/actions.py
+++ b/system76driver/actions.py
@@ -566,7 +566,7 @@ class plymouth1080(Action):
         return open(self.filename, 'r').read()
 
     def describe(self):
-        return _('Correctly diplay Ubuntu logo on boot')
+        return _('Correctly display logo on boot')
 
     def get_isneeded(self):
         return self.read().splitlines()[-1] != self.value
--- a/system76driver/gtk.py
+++ b/system76driver/gtk.py
@@ -91,7 +91,7 @@ class UI:
         self.enabled['driverCreate'] = True
         self.action_runner = ActionRunner(self.product['drivers'])
         if not self.action_runner.actions:
-            msg = _('All of the drivers for this system are provided by Ubuntu.')
+            msg = _('All of the drivers for this system are provided by Gentoo.')
             self.set_notify('gtk-ok', msg)
             self.details.set_text(msg)
         else:
--- a/system76driver/tests/test_actiopns.py
+++ b/system76driver/tests/test_actions.py
@@ -974,7 +974,7 @@ class Test_plymouth1080(TestCase):
     def test_describe(self):
         inst = actions.plymouth1080()
         self.assertEqual(inst.describe(),
-            'Correctly diplay Ubuntu logo on boot'
+            'Correctly display logo on boot'
         )
 
     def test_get_isneeded(self):
