aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@svn.gnome.org>2007-01-09 08:40:44 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-01-09 08:40:44 +0800
commitfc051e29f9dd21db6254ce75f17c97a4012bcf03 (patch)
tree541ead4bd68bf66a7b355b2897dc15aae9b4fc92 /src/bookmarks
parentea99ffca78680dd661967ba44c97be341aae7032 (diff)
downloadgsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar.gz
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar.bz2
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar.lz
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar.xz
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.tar.zst
gsoc2013-epiphany-fc051e29f9dd21db6254ce75f17c97a4012bcf03.zip
Changes "..." for the ellipsis character "…". Bug #324380. Patch by
2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: * src/ephy-main.c: * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-tab.c: * src/ephy-encoding-menu.c: * src/ephy-window.c: * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Changes "..." for the ellipsis character "…". Bug #324380. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6810
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index b10a87bb2..d2fd03546 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -194,7 +194,7 @@ static const GtkActionEntry ephy_bookmark_popup_entries [] = {
{ "OpenInTab", STOCK_NEW_TAB, N_("Open in New _Tab"), "<shift><control>O",
N_("Open the selected bookmark in a new tab"),
G_CALLBACK (cmd_open_bookmarks_in_tabs) },
- { "Rename", NULL, N_("_Rename..."), "F2",
+ { "Rename", NULL, N_("_Rename…"), "F2",
N_("Rename the selected bookmark or topic"), G_CALLBACK (cmd_rename) },
{ "Delete", GTK_STOCK_DELETE, N_("_Delete"), NULL,
N_("Delete the selected bookmark or topic"),
@@ -202,10 +202,10 @@ static const GtkActionEntry ephy_bookmark_popup_entries [] = {
{ "Properties", GTK_STOCK_PROPERTIES, N_("_Properties"), "<alt>Return",
N_("View or modify the properties of the selected bookmark"),
G_CALLBACK (cmd_bookmark_properties) },
- { "Import", NULL, N_("_Import Bookmarks..."), NULL,
+ { "Import", NULL, N_("_Import Bookmarks…"), NULL,
N_("Import bookmarks from another browser or a bookmarks file"),
G_CALLBACK (cmd_bookmarks_import) },
- { "Export", NULL, N_("_Export Bookmarks..."), NULL,
+ { "Export", NULL, N_("_Export Bookmarks…"), NULL,
N_("Export bookmarks to a file"),
G_CALLBACK (cmd_bookmarks_export) },
{ "Close", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",