1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17255 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-04-02 22:25:02 +00:00
parent fec2832fe3
commit aaf0c81719

View File

@ -1,4 +1,4 @@
Rails.logger.info 'Starting Example plugin for RedMine'
Rails.logger.info 'Starting Example plugin for Redmine'
Redmine::Plugin.register :sample_plugin do
name 'Example plugin'