[libhandy] fixed typo issue #399



commit add787a791585c271be55eba1953b9c9df69dbde
Author: Aliya Rahmani <aliyarahmani786 gmail com>
Date:   Sat Jan 9 11:54:01 2021 +0000

    fixed typo issue #399

 glade/glade-hdy-header-bar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glade/glade-hdy-header-bar.c b/glade/glade-hdy-header-bar.c
index efac46a5..3febbd9d 100644
--- a/glade/glade-hdy-header-bar.c
+++ b/glade/glade-hdy-header-bar.c
@@ -287,7 +287,7 @@ glade_hdy_header_bar_set_property (GladeWidgetAdaptor *adaptor,
     glade_widget_property_set_sensitive (gwidget, "decoration-layout",
                                          g_value_get_boolean (value),
                                          _("The decoration layout does not apply to header bars "
-                                           "which do no show window controls"));
+                                           "which do not show window controls"));
   } else if (!strcmp (id, "size")) {
     set_size (object, value);
   } else {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]