aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-24 02:17:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-24 02:17:21 +0000
commit1b492beebf4b70ebd759f32d9c19adb309d31985 (patch)
tree44c0639b119e95b1db04498ae539cbc286f3e93c /src/prefs_common_dialog.c
parent86f66168f1be57fa65ee9df84d0e18dfe2fcf1c9 (diff)
fixed menu strings in keybind changer.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1056 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 7848ad7d..4e8f04d8 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -3415,7 +3415,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "G"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<control><alt>U"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3463,7 +3463,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "G"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<shift>H"},
+ {"<Main>/View/Show all headers", "<shift>H"},
{"<Main>/View/Update", "<shift>S"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3511,7 +3511,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "C"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<control><alt>U"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3559,7 +3559,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "<alt>G"},
{"<Main>/View/Open in new window", "<shift><control>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<alt>U"},
{"<Main>/Message/Receive/Get new mail", "<alt>I"},
@@ -3607,7 +3607,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", ""},
{"<Main>/View/Open in new window", ""},
{"<Main>/View/View source", ""},
- {"<Main>/View/Show all header", ""},
+ {"<Main>/View/Show all headers", ""},
{"<Main>/View/Update", ""},
{"<Main>/Message/Receive/Get new mail", ""},