aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-23 08:34:19 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-23 08:34:19 +0800
commit01b26909a89f11ea190a312ad0100b5254c97651 (patch)
treee077f13ffa5ffc1a08a0fd2fc7effb97ee8dc825 /src
parentb0749c90570cf9ad796c02d0636fece080054008 (diff)
downloadgsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar.gz
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar.bz2
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar.lz
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar.xz
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.tar.zst
gsoc2013-epiphany-01b26909a89f11ea190a312ad0100b5254c97651.zip
Fix capitalisation of menu entry.
2003-06-23 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: Fix capitalisation of menu entry.
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 56d3ef1a9..95e878b3d 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -174,7 +174,7 @@ static EggActionGroupEntry ephy_bookmark_popup_entries [] = {
{ "Properties", N_("_Properties"), GTK_STOCK_PROPERTIES, "<alt>Return",
N_("View or modify the properties of the selected bookmark"),
G_CALLBACK (cmd_bookmark_properties), NULL },
- { "Import", N_("_Import bookmarks..."), NULL, NULL,
+ { "Import", N_("_Import Bookmarks..."), NULL, NULL,
N_("Import bookmarks from another browser or a bookmarks file"),
G_CALLBACK (cmd_bookmarks_import), NULL },
{ "Close", N_("_Close"), GTK_STOCK_CLOSE, "<control>W",