From 523d96967ce5c861fd113cb6db0f2f610ed7c3c2 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Fri, 23 Sep 2022 19:51:59 +0200 Subject: [PATCH] fix: strings --- gradience/window.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradience/window.py b/gradience/window.py index 252739be..f2b0a4ca 100644 --- a/gradience/window.py +++ b/gradience/window.py @@ -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 \ - \ - GNOME Human Interface Guidelines.' + 'Named palette colors used by some applications. Default ' \ + 'colors follow the ' \ + ''\ + 'GNOME Human Interface Guidelines.' ) ) for color in settings_schema["palette"]: