fix: strings

This commit is contained in:
0xMRTT 2022-09-23 19:51:59 +02:00
parent af20b63069
commit 523d96967c
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -132,8 +132,8 @@ class GradienceMainWindow(Adw.ApplicationWindow):
self.monet_pref_group.set_title(_("Monet Engine"))
self.monet_pref_group.set_description(
_(
"Monet is an engine that generates a Material Design 3 \
palette from an image's color."
"Monet is an engine that generates a Material Design 3 " \
"palette from an image's color."
)
)
@ -269,10 +269,10 @@ class GradienceMainWindow(Adw.ApplicationWindow):
palette_pref_group.set_title(_("Palette Colors"))
palette_pref_group.set_description(
_(
'Named palette colors used by some applications. Default \
colors follow the \
<a href="https://developer.gnome.org/hig/reference/palette.html">\
GNOME Human Interface Guidelines</a>.'
'Named palette colors used by some applications. Default ' \
'colors follow the ' \
'<a href="https://developer.gnome.org/hig/reference/palette.html">'\
'GNOME Human Interface Guidelines</a>.'
)
)
for color in settings_schema["palette"]: