From aaf0c81719ca18e063b8236c9f25cdf3780896f0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 2 Apr 2018 22:25:02 +0000 Subject: [PATCH] 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 --- extra/sample_plugin/init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/sample_plugin/init.rb b/extra/sample_plugin/init.rb index be7eeceb6..372ff6fea 100644 --- a/extra/sample_plugin/init.rb +++ b/extra/sample_plugin/init.rb @@ -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' -- 2.39.5