55 lines
2.3 KiB
Diff
55 lines
2.3 KiB
Diff
From 36a77712950b1462573ade28c1bd6f175a201174 Mon Sep 17 00:00:00 2001
|
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
|
Date: Fri, 9 Aug 2024 17:03:55 +0000
|
|
Subject: [PATCH 3/3] Remove visible Fedora references
|
|
|
|
---
|
|
data/liveinst/gnome/fedora-welcome.js | 6 +++---
|
|
.../liveinst/gnome/org.fedoraproject.welcome-screen.desktop | 2 +-
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/data/liveinst/gnome/fedora-welcome.js b/data/liveinst/gnome/fedora-welcome.js
|
|
index fc42e5d..ce60209 100755
|
|
--- a/data/liveinst/gnome/fedora-welcome.js
|
|
+++ b/data/liveinst/gnome/fedora-welcome.js
|
|
@@ -46,7 +46,7 @@ class WelcomeWindow extends Adw.ApplicationWindow {
|
|
}
|
|
|
|
constructor(application) {
|
|
- const title = _('Welcome to Fedora!');
|
|
+ const title = _('Welcome to AlmaLinux!');
|
|
super({
|
|
application,
|
|
title,
|
|
@@ -58,7 +58,7 @@ class WelcomeWindow extends Adw.ApplicationWindow {
|
|
const statusPage = new Adw.StatusPage({
|
|
title,
|
|
iconName: 'fedora-logo-icon',
|
|
- description: _('This live media can be used to install Fedora or as a temporary system. Installation can be started at any time using the install icon in Activities.'),
|
|
+ description: _('This live media can be used to install AlmaLinux or as a temporary system. Installation can be started at any time using the install icon in Activities.'),
|
|
});
|
|
this.content.set_child(statusPage);
|
|
|
|
@@ -71,7 +71,7 @@ class WelcomeWindow extends Adw.ApplicationWindow {
|
|
statusPage.set_child(buttonBox);
|
|
|
|
const installButton = new Gtk.Button({
|
|
- label: _('Install Fedora…'),
|
|
+ label: _('Install AlmaLinux…'),
|
|
actionName: 'window.install-fedora',
|
|
});
|
|
installButton.add_css_class('pill');
|
|
diff --git a/data/liveinst/gnome/org.fedoraproject.welcome-screen.desktop b/data/liveinst/gnome/org.fedoraproject.welcome-screen.desktop
|
|
index c3551b1..8c9065b 100644
|
|
--- a/data/liveinst/gnome/org.fedoraproject.welcome-screen.desktop
|
|
+++ b/data/liveinst/gnome/org.fedoraproject.welcome-screen.desktop
|
|
@@ -1,5 +1,5 @@
|
|
[Desktop Entry]
|
|
-Name=Welcome to Fedora
|
|
+Name=Welcome to AlmaLinux
|
|
Icon=fedora-logo-icon
|
|
Exec=/usr/share/anaconda/gnome/fedora-welcome
|
|
Terminal=false
|
|
--
|
|
2.43.5
|
|
|