X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fspell.rb;h=5c98430bdea9c3ab6e76fa70a797fe66b5d89a9d;hb=6b8cca66628db3634296e5cb7e065f84555cf7cd;hp=9ab1deba2076ba2cc49768214d952af7272ed590;hpb=1c6b09968776c94b812317dfc4f91f09b5f0817c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/spell.rb b/data/rbot/plugins/spell.rb index 9ab1deba..5c98430b 100644 --- a/data/rbot/plugins/spell.rb +++ b/data/rbot/plugins/spell.rb @@ -4,9 +4,9 @@ # :title: Spell plugin class SpellPlugin < Plugin - Config.register Config::StringValue.new('spell.program', + Config.register Config::StringValue.new('spell.path', :default => 'ispell', - :desc => _('Program to use to check spelling')) + :desc => _('Path to the program to use to check spelling')) Config.register Config::StringValue.new('spell.command_line', :default => '%s -a -S', :desc => _('Command line used to call the spell.program. Use %s as a placeholder for the executable name'))