Index: epiphany-browser-2.18.0/src/bookmarks/ephy-bookmarks.c =================================================================== --- epiphany-browser-2.18.0.orig/src/bookmarks/ephy-bookmarks.c 2007-03-06 12:31:26.000000000 +0000 +++ epiphany-browser-2.18.0/src/bookmarks/ephy-bookmarks.c 2007-03-11 21:01:42.000000000 +0000 @@ -102,6 +102,10 @@ * For instance in .nl these should be * "http://www.google.nl" and "http://www.google.nl/search?q=%s" */ + { N_("Ubuntu"), N_("http://www.ubuntulinux.org/") }, + { N_("Ubuntu Support Home"), N_("http://www.ubuntu.com/support") }, + { N_("Ubuntu Wiki (community-edited website)"), N_("http://www.ubuntulinux.org/wiki/FrontPage") }, + { N_("Make a Support Request to the Ubuntu Community"), N_("https://launchpad.net/distros/ubuntu/+addticket") }, + { N_("Free Software Foundation"), N_("http://www.fsf.org/") }, + { N_("Debian (Ubuntu is based on Debian)"), N_("http://www.debian.org/") }, + { N_("GNOME"), N_("http://www.gnome.org/") }, { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") } };