]> source.dussan.org Git - redmine.git/commitdiff
Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).
authorGo MAEDA <maeda@farend.jp>
Mon, 2 Apr 2018 22:25:02 +0000 (22:25 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 2 Apr 2018 22:25:02 +0000 (22:25 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17255 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/init.rb

index be7eeceb6619f58e8db36f6583a11064234e473f..372ff6fea4e4d5755251f33098276e183b2d0e95 100644 (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'