aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-09 04:19:56 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-09 04:19:56 +0800
commit0d888e59877f4c584ac5f1ea534d911f0272398f (patch)
treefb73ab5a9406caf35c06652d7f7f2ce6e5c6495b /src/ephy-toolbar.c
parentc1ecaa1fc326fd51ae3adc11c814b80cb1929dac (diff)
downloadgsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar.gz
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar.bz2
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar.lz
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar.xz
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.tar.zst
gsoc2013-epiphany-0d888e59877f4c584ac5f1ea534d911f0272398f.zip
Tiny string fix just before string freeze :)
2005-08-08 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-toolbar.c: (ephy_toolbar_set_window): Tiny string fix just before string freeze :)
Diffstat (limited to 'src/ephy-toolbar.c')
-rwxr-xr-xsrc/ephy-toolbar.c2
1 files changed, 1 insertions, 1 deletions
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);