summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/sample_plugin/init.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sample_plugin/init.rb b/extra/sample_plugin/init.rb
index 48a5d935c..7389aaa6f 100644
--- a/extra/sample_plugin/init.rb
+++ b/extra/sample_plugin/init.rb
@@ -21,5 +21,5 @@ Redmine::Plugin.register :sample_plugin do
end
# A new item is added to the project menu
- menu :project_menu, :label_plugin_example, :controller => 'example', :action => 'say_hello'
+ menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample'
end