From fc051e29f9dd21db6254ce75f17c97a4012bcf03 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 9 Jan 2007 00:40:44 +0000 Subject: =?UTF-8?q?Changes=20"..."=20for=20the=20ellipsis=20character=20"?= =?UTF-8?q?=E2=80=A6".=20Bug=20#324380.=20Patch=20by?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-01-09 Diego Escalante Urrelo * 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 --- src/ephy-encoding-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-encoding-menu.c') 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) } }; -- cgit v1.2.3