diff options
author | David Bordoley <bordoley@msu.edu> | 2003-05-14 03:33:09 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-14 03:33:09 +0800 |
commit | 0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59 (patch) | |
tree | ebc09e126db0d50de8a31981a65cb78b4f7a41cb /data | |
parent | d642127eebe872d0f98d39b8e9656555fefea6b0 (diff) | |
download | gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar.gz gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar.bz2 gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar.lz gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar.xz gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.tar.zst gsoc2013-epiphany-0efa94feb8fbfc31e32d39d8ba188eb4aae3bd59.zip |
s/bookmark page/bookmark link, more consistent with the docs and better
2003-05-13 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-history-window-ui.xml.in:
* src/ephy-history-window.c:
s/bookmark page/bookmark link, more consistent with
the docs and better ui.
* help/C/epiphany.xml:
Start the create a bookmark section. Needs more work.
Finish to open/copy address bookmark/history link sections.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-history-window-ui.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/epiphany-history-window-ui.xml.in b/data/ui/epiphany-history-window-ui.xml.in index e2a5e0322..d716f0bd5 100644 --- a/data/ui/epiphany-history-window-ui.xml.in +++ b/data/ui/epiphany-history-window-ui.xml.in @@ -5,7 +5,7 @@ <menuitem name="FileOpenInWindow" verb="OpenInWindow"/> <menuitem name="FileOpenInTab" verb="OpenInTab"/> <separator name="FileSep1"/> - <menuitem name="FileBookmarkPage" verb="BookmarkPage"/> + <menuitem name="FileBookmarkLink" verb="BookmarkLink"/> <menuitem name="FileDelete" verb="Delete"/> <separator name="FileSep2"/> <menuitem name="FileClose" verb="Close"/> @@ -35,7 +35,7 @@ <separator name="HistoryPopupSep1"/> <menuitem name="CopyHST" verb="Copy"/> <separator name="HistoryPopupSep2"/> - <menuitem name="BookmarkPageHST" verb="BookmarkPage"/> + <menuitem name="BookmarkLinkHST" verb="BookmarkLink"/> <menuitem name="DeleteHST" verb="Delete"/> </popup> |