The URL should be adapted with releases of x11/gnome-shell --- gtweak/app.py.orig 2024-04-26 06:06:48 UTC +++ gtweak/app.py @@ -23,14 +23,10 @@ class ExtensionNotice(Gtk.MessageDialog): self.set_markup("{0}".format(_("Extensions Has Moved"))) self.props.secondary_use_markup = True - self.props.secondary_text = "{0}\n\n{1}".format( + self.props.secondary_text = "{0}\n".format( # Translators: Placeholder will be replaced with "GNOME Extensions" in active link form _("Extensions management has been moved to {0}.").format( - 'GNOME Extensions', - ), - # Translators: Placeholder will be replaced with "Flathub" in active link form - _("We recommend downloading GNOME Extensions from {0} if your distribution does not include it.").format( - 'Flathub' + 'GNOME Extensions' ) )