Skip to content

Commit

Permalink
spell plugin: Autocheck spelling with [control + F7]
Browse files Browse the repository at this point in the history
Closes #335
  • Loading branch information
sc0w committed Aug 6, 2018
1 parent 03238f8 commit eb7a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spell/pluma-spell-plugin.c
Expand Up @@ -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
Expand Down

0 comments on commit eb7a39b

Please sign in to comment.