From 52f73aa03ed70ff89f1e53f632539bd8d3c8359a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 9 Mar 2003 01:09:05 +0000 Subject: s/Keywords/Topics/ s/Keywords/Topics/ --- src/bookmarks/ephy-bookmarks-editor.c | 4 ++-- src/bookmarks/ephy-new-bookmark.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index fafe08aa9..bac2591cd 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -528,7 +528,7 @@ build_editing_table (EphyBookmarksEditor *editor) /* Keywords entry */ label = gtk_label_new (NULL); gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); - str = g_strconcat ("", _("Keywords:"), "", NULL); + str = g_strconcat ("", _("Topics:"), "", NULL); gtk_label_set_markup (GTK_LABEL (label), str); g_free (str); gtk_widget_show (label); @@ -692,7 +692,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor) /* Keywords View */ key_view = ephy_node_view_new (node, NULL); ephy_node_view_set_browse_mode (key_view); - ephy_node_view_add_column (key_view, _("Keywords"), + ephy_node_view_add_column (key_view, _("Topics"), EPHY_TREE_MODEL_NODE_COL_KEYWORD, TRUE); gtk_box_pack_start (GTK_BOX (hbox), GTK_WIDGET (key_view), FALSE, TRUE, 0); gtk_widget_set_size_request (GTK_WIDGET (key_view), 130, -1); diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index dab846439..a4e65b772 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -206,7 +206,7 @@ build_editing_table (EphyNewBookmark *editor) label = gtk_label_new (NULL); gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); - str = g_strconcat ("", _("Keywords:"), "", NULL); + str = g_strconcat ("", _("Topics:"), "", NULL); gtk_label_set_markup (GTK_LABEL (label), str); g_free (str); gtk_widget_show (label); -- cgit v1.2.3