Tadashi Okoshi
slash****@users*****
2005年 6月 24日 (金) 13:42:00 JST
Index: affelio/templates/default/owner_side/setup_1.tmpl
diff -u affelio/templates/default/owner_side/setup_1.tmpl:1.2 affelio/templates/default/owner_side/setup_1.tmpl:1.3
--- affelio/templates/default/owner_side/setup_1.tmpl:1.2 Wed Jun 22 19:07:17 2005
+++ affelio/templates/default/owner_side/setup_1.tmpl Fri Jun 24 13:42:00 2005
@@ -40,7 +40,7 @@
function checkNickname2(textbox) {
if((str = checkNickname(textbox.value, 0, "_")) != ""){
- alert("<AF_M text="You can use only alphabets, numbers, and _ for your nickname.">");
+ alert("<AF_M text="You can use only alphabets, numbers, and '_' for your nickname.">");
textbox.focus();
textbox.select();
return;