Improve Monet description (#300)

This commit is contained in:
0xMRTT 2022-08-31 09:18:06 +02:00 committed by GitHub
commit d9337f270a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ class GradienceMainWindow(Adw.ApplicationWindow):
self.monet_pref_group.set_name("monet")
self.monet_pref_group.set_title(_("Monet Engine"))
self.monet_pref_group.set_description(
_("Monet is an engine that generates Material Design 3 palette from backgrounds color."))
_("Monet is an engine that generates a Material Design 3 palette from an image's color."))
self.apply_button = Gtk.Button()
self.apply_button.set_label(_("Apply"))