This repository was archived by the owner on Jul 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ def setup_monet_page(self):
132132 self .monet_pref_group .set_title (_ ("Monet Engine" ))
133133 self .monet_pref_group .set_description (
134134 _ (
135- "Monet is an engine that generates a Material Design 3 \
136- palette from an image's color."
135+ "Monet is an engine that generates a Material Design 3 " \
136+ " palette from an image's color."
137137 )
138138 )
139139
@@ -269,10 +269,10 @@ def setup_colors_page(self):
269269 palette_pref_group .set_title (_ ("Palette Colors" ))
270270 palette_pref_group .set_description (
271271 _ (
272- 'Named palette colors used by some applications. Default \
273- colors follow the \
274- <a href="https://developer.gnome.org/hig/reference/palette.html">\
275- GNOME Human Interface Guidelines</a>.'
272+ 'Named palette colors used by some applications. Default ' \
273+ ' colors follow the ' \
274+ ' <a href="https://developer.gnome.org/hig/reference/palette.html">' \
275+ ' GNOME Human Interface Guidelines</a>.'
276276 )
277277 )
278278 for color in settings_schema ["palette" ]:
You can’t perform that action at this time.
0 commit comments