Skip to content

Commit

Permalink
Update plugin_info.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Feb 3, 2017
1 parent 1e8e004 commit eac6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_info.php
Expand Up @@ -37,7 +37,7 @@ class plugin_info
static $PLUGIN_CODE = "OrderReturn";

/** プラグイン名(必須):プラグイン管理・画面出力(エラーメッセージetc)にはこの値が出力されます。 */
static $PLUGIN_NAME = "返品ステータスプラグイン";
static $PLUGIN_NAME = "返品管理プラグイン";

/** プラグインメインクラス名(必須):本体がプラグインを実行する際に呼ばれるクラス。拡張子は不要です。 */
static $CLASS_NAME = "OrderReturn";
Expand Down

0 comments on commit eac6677

Please sign in to comment.