diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-02 22:25:02 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-02 22:25:02 +0000 |
commit | aaf0c81719ca18e063b8236c9f25cdf3780896f0 (patch) | |
tree | 3420ccee3bc0ed09b5f8f56ce00f32b314dafa59 /extra/sample_plugin | |
parent | fec2832fe316ebc9a02a6f1a86c6c909b0931adf (diff) | |
download | redmine-aaf0c81719ca18e063b8236c9f25cdf3780896f0.tar.gz redmine-aaf0c81719ca18e063b8236c9f25cdf3780896f0.zip |
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
Diffstat (limited to 'extra/sample_plugin')
-rw-r--r-- | extra/sample_plugin/init.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |