OSDN Git Service

FIX: bg_Cyrl_BG.UTF-8.phpのtypoの修正
authorsakamocchi <o-takashi@sakamocchi.jp>
Thu, 31 May 2012 05:07:03 +0000 (14:07 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Thu, 31 May 2012 05:07:03 +0000 (14:07 +0900)
define()をddefine()と記述していた。

nucleus/locales/bg_Cyrl_BG.UTF-8.php

index ca18e0e..6d5d8c6 100644 (file)
@@ -22,7 +22,7 @@
  /********************************************
  *        Start New for 4.0                 *
  ********************************************/
-ddefine('_FORGOTPASSWORD_TITLE',                               'Forgot your password?');
+define('_FORGOTPASSWORD_TITLE',                                'Forgot your password?');
 define('_FORGOTPASSWORD_MSG',                          'Enter your username and email address below, and you\'ll be sent an e-mail with a link where you can choose a new password.');
 define('_FORGOTPASSWORD_SUBMIT',                       'Send Activation Link" class="transparent');
 define('_FORGOTPASSWORD_CONTACT',                      'If you don\'t remember your exact username, contact the site administrator.');