[glade] glade-window.c: Fix typo



commit c427b20c74795d7dea43a6a1e03c6a820c9ef62c
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Fri Feb 16 15:31:19 2018 -0200

    glade-window.c: Fix typo

 src/glade-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glade-window.c b/src/glade-window.c
index 882ccba..30625d7 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -2285,7 +2285,7 @@ static void
 glade_window_populate_intro (GladeWindow *window)
 {
   ADD_NODE (NULL, "intro-button",  BOTTOM, 5, _("Hello, I will show you what's new in Glade"));
-  ADD_NODE (NULL, "headerbar",     BOTTOM, 6, _("The menubar and toolbar where merged in the headerbar"));
+  ADD_NODE (NULL, "headerbar",     BOTTOM, 6, _("The menubar and toolbar were merged in the headerbar"));
 
   ADD_NODE (NULL, "open-button",   BOTTOM, 3, _("You can open a project"));
   ADD_NODE (NULL, "recent-button", BOTTOM, 2, _("find recently used"));


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