summaryrefslogtreecommitdiff
path: root/gladeui/glade-base-editor.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-10-04 16:48:49 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-10-04 16:48:49 -0300
commit4d8a2f05400dfb27631f5086b9434b1ca45759bf (patch)
tree44e70f2c96c3a1b5f0128dda8cc96cd9c22ca992 /gladeui/glade-base-editor.c
parent3b05a5cc27e2a440cc822b9903beca7750c37513 (diff)
downloadglade-4d8a2f05400dfb27631f5086b9434b1ca45759bf.tar.gz
Fixed spelling errors
Diffstat (limited to 'gladeui/glade-base-editor.c')
-rw-r--r--gladeui/glade-base-editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gladeui/glade-base-editor.c b/gladeui/glade-base-editor.c
index d94e7c25..7e774101 100644
--- a/gladeui/glade-base-editor.c
+++ b/gladeui/glade-base-editor.c
@@ -1705,6 +1705,7 @@ glade_base_editor_init (GladeBaseEditor * editor)
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (e->main_scroll),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+ /* translators: refers to a tab name used to group all the relevant widget's properties */
label = gtk_label_new (_("General"));
gtk_widget_show (label);
gtk_notebook_append_page (GTK_NOTEBOOK (e->notebook), e->main_scroll, label);
@@ -1713,6 +1714,7 @@ glade_base_editor_init (GladeBaseEditor * editor)
hbox = gtk_hbox_new (FALSE, 8);
gtk_widget_show (hbox);
+ /* translators: refers to a tab name used to show the widget hierarchy */
label = gtk_label_new (_("Hierarchy"));
gtk_widget_show (label);
gtk_notebook_append_page (GTK_NOTEBOOK (e->notebook), hbox, label);