summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/spell/pluma-spell-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c
index ad5d3c56..9c17c76f 100644
--- a/plugins/spell/pluma-spell-plugin.c
+++ b/plugins/spell/pluma-spell-plugin.c
@@ -117,7 +117,7 @@ static const GtkToggleActionEntry toggle_action_entries[] =
{ "AutoSpell",
NULL,
N_("_Autocheck Spelling"),
- NULL,
+ "<control>F7",
N_("Automatically spell-check the current document"),
G_CALLBACK (auto_spell_cb),
FALSE