Skip to content

Commit

Permalink
Improve Monet description (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Aug 31, 2022
2 parents df2b5bd + 5996af7 commit d9337f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def setup_monet_page(self):
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"))
Expand Down

0 comments on commit d9337f2

Please sign in to comment.