[glade] Fix a typo



commit 9453da66c7fa867759630208845f97f4d183f519
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Mon Dec 15 15:58:44 2014 +0100

    Fix a typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741552

 plugins/gtk+/glade-gtk-container.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/glade-gtk-container.c b/plugins/gtk+/glade-gtk-container.c
index 0c92e83..fe9f9b8 100644
--- a/plugins/gtk+/glade-gtk-container.c
+++ b/plugins/gtk+/glade-gtk-container.c
@@ -55,7 +55,7 @@ glade_gtk_container_add_verify (GladeWidgetAdaptor *adaptor,
       if (user_feedback)
        glade_util_ui_message (glade_app_get_window (),
                               GLADE_UI_INFO, NULL,
-                              _("Cannot add a toplevel window to a containter."));
+                              _("Cannot add a toplevel window to a container."));
 
       return FALSE;
     }


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