Index: /branches/release-40/lib/MT/L10N/ja.pm
===================================================================
--- /branches/release-40/lib/MT/L10N/ja.pm (revision 2613)
+++ /branches/release-40/lib/MT/L10N/ja.pm (revision 2616)
@@ -2450,4 +2450,5 @@
 	'Database Type' => 'ããŒã¿ããŒã¹ã®çš®é¡',
 	'Select One...' => 'éžæããŠãã ãã',
+    'http://www.movabletype.org/documentation/[_1]' => 'http://www.movabletype.jp/documentation/[_1]',
 	'If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>.' => 'ãäœ¿ãã«ãªãããŒã¿ããŒã¹ã®çš®é¡ãäžèŠ§ã«è¡šç€ºãããŠããªãå Žåã<a target="help" href="[_1]">ããŒã¿ããŒã¹æ¥ç¶ã«å¿
 èŠãªPerlã¢ãžã¥ãŒã«ãã€ã³ã¹ããŒã«ããŠãã ãã</a>ã',
Index: /branches/release-40/tmpl/wizard/configure.tmpl
===================================================================
--- /branches/release-40/tmpl/wizard/configure.tmpl (revision 2610)
+++ /branches/release-40/tmpl/wizard/configure.tmpl (revision 2616)
@@ -162,5 +162,6 @@
 
 <mt:unless name="success">
-<p id="db_hint" class="hint"><__trans phrase="If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>." params="http://www.movabletype.org/documentation/installation/setting-up-your-database.html%%reTest();"></p>
+<mt:setvarblock name="db_setup_url"><__trans phrase="http://www.movabletype.org/documentation/[_1]" params="installation/setting-up-your-database.html"></mt:setvarblock>
+<p id="db_hint" class="hint"><__trans phrase="If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>." params="<mt:var name="db_setup_url">%%reTest();"></p>
 </mt:unless>
 
