From 2ebd418a6e4f86de03434eb357cc577a4e366f5d Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 13 Oct 2005 06:52:32 +0000 Subject: enabled the property of the top folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@641 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_common_dialog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/prefs_common_dialog.c') diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c index e48473a7..37fae722 100644 --- a/src/prefs_common_dialog.c +++ b/src/prefs_common_dialog.c @@ -2881,10 +2881,7 @@ static void prefs_keybind_select(void) hbox1 = gtk_hbox_new (FALSE, 8); gtk_box_pack_start (GTK_BOX (vbox1), hbox1, FALSE, FALSE, 0); - label = gtk_label_new - (_("Select the preset of key bindings.\n" - "You can also modify each menu's shortcuts by pressing\n" - "any key(s) when placing the mouse pointer on the item.")); + label = gtk_label_new(_("Select the preset of key bindings.")); gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0); gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT); -- cgit v1.2.3