OSDN Git Service

Convert character code of the source code to UTF-8 from EUC-JP
[pukiwiki/pukiwiki.git] / plugin / menu.inc.php
index e2d18d2..da9344c 100644 (file)
@@ -5,10 +5,10 @@
 // $Id: menu.inc.php,v 1.10 2011/01/25 15:01:01 henoheno Exp $
 //
 
-// ¥µ¥Ö¥á¥Ë¥å¡¼¤ò»ÈÍѤ¹¤ë
+// サブメニューを使用する
 define('MENU_ENABLE_SUBMENU', FALSE);
 
-// ¥µ¥Ö¥á¥Ë¥å¡¼¤Î̾¾Î
+// サブメニューの名称
 define('MENU_SUBMENUBAR', 'MenuBar');
 
 function plugin_menu_convert()