diff options
author | Diego Escalante Urrelo <diegoe@svn.gnome.org> | 2007-01-09 08:40:44 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-01-09 08:40:44 +0800 |
commit | fc051e29f9dd21db6254ce75f17c97a4012bcf03 (patch) | |
tree | 541ead4bd68bf66a7b355b2897dc15aae9b4fc92 /src/ephy-encoding-menu.c | |
parent | ea99ffca78680dd661967ba44c97be341aae7032 (diff) | |
download | gsoc2013-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/ephy-encoding-menu.c')
-rw-r--r-- | src/ephy-encoding-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index 09f61afa9..ff88ab341 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -348,7 +348,7 @@ ephy_encoding_menu_automatic_cb (GtkAction *action, EphyEncodingMenu *menu) static const GtkActionEntry menu_entries [] = { - { "ViewEncodingOther", NULL, N_("_Other..."), NULL, + { "ViewEncodingOther", NULL, N_("_Other…"), NULL, N_("Other encodings"), G_CALLBACK (ephy_encoding_menu_view_dialog_cb) } }; |