Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 523d969

Browse files
committed
fix: strings
1 parent af20b63 commit 523d969

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradience/window.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"]:

0 commit comments

Comments
 (0)