aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorDavid Adam Bordoley <bordoley@msu.edu>2003-05-09 02:11:33 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-09 02:11:33 +0800
commit11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875 (patch)
tree501f67316198e5c708965433cf971ec07a7291da /src/bookmarks/ephy-bookmarks-editor.c
parent58045fd02a6447a3551dfa34087e3c71e77032c8 (diff)
downloadgsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar.gz
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar.bz2
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar.lz
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar.xz
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.tar.zst
gsoc2013-epiphany-11c5ec3ac5c8c250a737a723d2dd0c1a9fd7a875.zip
s/location/address. Fix up mnemonic collisions in the print dialog. Mark
2003-05-08 David Adam Bordoley <bordoley@msu.edu> * TODO: * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: * src/ephy-history-window.c: (ephy_history_ui_entries []) (ephy_history_window_update_menu), (ephy_history_window_construct): * src/ephy-window.c: (ephy_popups_entries []), * src/toolbar.c: (toolbar_setup_actions): * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmark_popup_entries []), (ephy_bookmarks_editor_update_menu): s/location/address. Fix up mnemonic collisions in the print dialog. Mark toolbar action names for translation. s/location/"address entry" for the entry bar name (this may change depending on what the docs team says). Add a todo about changing code to use address where appropriate.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 25da06978..7427b3075 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -189,11 +189,11 @@ static EggActionGroupEntry ephy_bookmark_popup_entries [] = {
{ "ViewTitle", N_("_Title"), NULL, NULL,
N_("Show only the title column"),
NULL, NULL, RADIO_ACTION, NULL },
- { "ViewLocation", N_("_Location"), NULL, NULL,
- N_("Show only the location column"),
+ { "ViewLocation", N_("_Address"), NULL, NULL,
+ N_("Show only the address column"),
NULL, NULL, RADIO_ACTION, "ViewTitle" },
- { "ViewTitleLocation", N_("T_itle and Location"), NULL, NULL,
- N_("Show both the title and location columns"),
+ { "ViewTitleLocation", N_("T_itle and Address"), NULL, NULL,
+ N_("Show both the title and address columns"),
NULL, NULL, RADIO_ACTION, "ViewTitle" },
/* Help Menu */
@@ -744,7 +744,7 @@ ephy_bookmarks_editor_update_menu (EphyBookmarksEditor *editor)
if (bmk_focus)
{
- copy_label = _("_Copy Location");
+ copy_label = _("_Copy Address");
}
else
{