OSDN Git Service

Correct an error message about ref(filename,pagename)
authorhenoheno <henoheno>
Sat, 28 Aug 2004 01:32:19 +0000 (10:32 +0900)
committerhenoheno <henoheno>
Sat, 28 Aug 2004 01:32:19 +0000 (10:32 +0900)
plugin/ref.inc.php

index 211d8b4..7f009b4 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: ref.inc.php,v 1.35 2004/08/28 01:04:33 henoheno Exp $
+// $Id: ref.inc.php,v 1.36 2004/08/28 01:32:19 henoheno Exp $
 //
 
 // UPLOAD_DIR ¤Î¥Ç¡¼¥¿(²èÁü¥Õ¥¡¥¤¥ë¤Î¤ß)¤ËľÀÜ¥¢¥¯¥»¥¹¤µ¤»¤ë
@@ -205,7 +205,8 @@ function plugin_ref_body($args)
                                                '". Try ref(pagename/filname) to specify one of them');
                                } else {
                                        // Because of possibility of race condition, in the future
-                                       $params['_error'] = 'This style is ambiguous and become obsolete. ' .
+                                       $params['_error'] = 'The style ref(filename,pagename) is ambiguous ' .
+                                               'and become obsolete. ' .
                                                'Please try ref(pagename/filname)';
                                }
                                return $params;