Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php	(revision 405)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php	(revision 567)
@@ -149,4 +149,7 @@
 	$xoopsTpl->assign('lang_submit', _SUBMIT);
 	$xoopsTpl->assign('lang_cancel', _CANCEL);
+
+	$xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE);
+	$xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY);
 	ob_start();
 	$mytree->makeMySelBox("title", "title",0,1);
Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html	(revision 566)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html	(revision 567)
@@ -65,6 +65,6 @@
           </tr>
 		  <tr>
-			<td class='head' valign='top' nowrap='nowrap'><{$_POST_CAUTION_TITLE}></td>
-			<td class='even' height="90"><div class="box"><{$_POST_CAUTION_BODY}></td>
+			<td class='head' valign='top' nowrap='nowrap'><{$lang_caution_title}></td>
+			<td class='even' height="90"><div class="box"><{$lang_caution_body}></td>
 		  </tr>
         </table>
