From 9a43bb2e9b50c791efc8efaa8a4d9cf23f48af20 Mon Sep 17 00:00:00 2001 From: Dominic Hayes - Feren OS Dev Date: Mon, 2 Oct 2023 22:39:08 +0100 Subject: [PATCH] Fixed the spelling of elementary very first MR in all seriousness it fixes the spelling and stylises it consistent with how elementary OS is written on https://elementary.io/. --- src/popular_remotes_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popular_remotes_window.py b/src/popular_remotes_window.py index 4916fa7..b1653e5 100644 --- a/src/popular_remotes_window.py +++ b/src/popular_remotes_window.py @@ -14,7 +14,7 @@ class PopularRemotesWindow(Adw.Window): toast_overlay = Gtk.Template.Child() remotes = [ - ["elementary", "https://flatpak.elementary.io/repo.flatpakrepo", _("ElementoryOS's Apps")], + ["elementary", "https://flatpak.elementary.io/repo.flatpakrepo", _("elementary OS's Apps")], ["flathub", "https://dl.flathub.org/repo/flathub.flatpakrepo", _("The biggest repository of Flatpaks")], ["flathub-beta", "https://flathub.org/beta-repo/flathub-beta.flatpakrepo", _("The beta branch of the biggest repository of Flatpaks")], ["fedora", "oci+https://registry.fedoraproject.org", _("Flatpaks packaged by Fedora Linux")], @@ -177,4 +177,4 @@ class PopularRemotesWindow(Adw.Window): self.set_modal(True) self.set_transient_for(parent_window) - self.generate_list() \ No newline at end of file + self.generate_list()