aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
-rwxr-xr-xsrc/ephy-toolbar.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 860e9da3a..26f9e7af5 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -137,6 +137,8 @@ static void cmd_help_contents (GtkAction *action,
#define CONF_BOOKMARKS_VIEW_DETAILS "/apps/epiphany/dialogs/bookmarks_view_details"
+#define RESERVED_STRING N_("Remove from this topic")
+
struct _EphyBookmarksEditorPrivate
{
EphyBookmarks *bookmarks;
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index da6b9ac55..377eb5357 100755
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -323,7 +323,7 @@ ephy_toolbar_set_window (EphyToolbar *toolbar,
"name", "Location",
"label", _("Address Entry"),
"stock_id", EPHY_STOCK_ENTRY,
- "tooltip", _("Enter a web address to open, or a phrase to search for on the web"),
+ "tooltip", _("Enter a web address to open, or a phrase to search for"),
"visible-overflown", FALSE,
"window", priv->window,
NULL);