]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/spell.rb
grouphug plugin: help text simplification
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / spell.rb
index 9ab1deba2076ba2cc49768214d952af7272ed590..5c98430bdea9c3ab6e76fa70a797fe66b5d89a9d 100644 (file)
@@ -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'))