diff options
Diffstat (limited to 'plugins/spell/pluma-spell-plugin.c')
-rw-r--r-- | plugins/spell/pluma-spell-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index b7f96eb3..ad5d3c56 100644 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -96,7 +96,7 @@ static void auto_spell_cb (GtkAction *action, PlumaSpellPlugin *plugin); static const GtkActionEntry action_entries[] = { { "CheckSpell", - GTK_STOCK_SPELL_CHECK, + "tools-check-spelling", N_("_Check Spelling..."), "<shift>F7", N_("Check the current document for incorrect spelling"), |