OSDN Git Service

typos
authorkmorimatsu <kmorimatsu@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 23 Oct 2007 22:48:56 +0000 (22:48 +0000)
committerkmorimatsu <kmorimatsu@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 23 Oct 2007 22:48:56 +0000 (22:48 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@333 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/libs/PLUGINADMIN.php
utf8/nucleus/upgrades/upgrade3.31.php

index fdcb2cd..5f79fb0 100755 (executable)
@@ -15,8 +15,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: PLUGINADMIN.php,v 1.8.2.1 2007-09-05 07:41:29 kimitake Exp $
- * $NucleusJP: PLUGINADMIN.php,v 1.8 2007/03/22 03:30:14 kmorimatsu Exp $
+ * @version $Id: PLUGINADMIN.php,v 1.8.2.2 2007-10-23 22:48:56 kmorimatsu Exp $
+ * $NucleusJP: PLUGINADMIN.php,v 1.8.2.1 2007/09/05 07:41:29 kimitake Exp $
  */
 
 global $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_ENV_VARS, $HTTP_POST_FILES, $HTTP_SESSION_VARS;
@@ -141,7 +141,7 @@ for (i=0;document.forms[i];i++){
       else document.forms[i].action+='&'+'ticket=<?php echo $ticket; ?>';
       continue;
     }
-    document.write('<p><b>Error occured druing automatic addition of tickets.</b></p>');
+    document.write('<p><b>Error occured during automatic addition of tickets.</b></p>');
     j=document.forms[i].outerHTML;
     while (j!=j.replace('<','&lt;')) j=j.replace('<','&lt;');
     document.write('<p>'+j+'</p>');
index 75f158e..15f2576 100644 (file)
@@ -26,7 +26,7 @@ function upgrade_do331() {
        $query = "SELECT bsendping FROM " . sql_table('blog') . " WHERE bsendping='1'"; 
        $res = mysql_query($query);
        if (mysql_num_rows($res) > 0) {
-               echo "<li>Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.31, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPing installed, please also remove it.</li>";
+               echo "<li>Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.31, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPong installed, please also remove it.</li>";
        }
 }