Skip to content

Commit

Permalink
Modified "Jabber" to "Skype", "MSN" to "Faceboo".
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz6120 committed Jun 4, 2011
1 parent 46722e8 commit 1460798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lang/Japanese/profile.php
Expand Up @@ -80,11 +80,11 @@
'Realname' => '本名',
'Location' => '住所',
'Website' => 'ウェブサイト',
'Jabber' => 'Jabber',
'Jabber' => 'Skype',
'ICQ' => 'ICQ',
'MSN' => 'MSN Messenger',
'MSN' => 'Facebook',
'AOL IM' => 'AOL IM',
'Yahoo' => 'Yahoo! Messenger',
'Yahoo' => 'Yahoo!メッセンジャー',
'Avatar' => 'アバター',
'Signature' => '署名',
'Sig max size' => '最大文字数: %s 文字 / 最大行数: %s 行',
Expand Down
2 changes: 1 addition & 1 deletion profile.php
Expand Up @@ -1475,7 +1475,7 @@
<input type="hidden" name="form_sent" value="1" />
<label><?php echo $lang_profile['Jabber'] ?><br /><input id="jabber" type="text" name="form[jabber]" value="<?php echo pun_htmlspecialchars($user['jabber']) ?>" size="40" maxlength="75" /><br /></label>
<label><?php echo $lang_profile['ICQ'] ?><br /><input id="icq" type="text" name="form[icq]" value="<?php echo $user['icq'] ?>" size="12" maxlength="12" /><br /></label>
<label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="40" maxlength="50" /><br /></label>
<label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="80" maxlength="100" /><br /></label>
<label><?php echo $lang_profile['AOL IM'] ?><br /><input id="aim" type="text" name="form[aim]" value="<?php echo pun_htmlspecialchars($user['aim']) ?>" size="20" maxlength="30" /><br /></label>
<label><?php echo $lang_profile['Yahoo'] ?><br /><input id="yahoo" type="text" name="form[yahoo]" value="<?php echo pun_htmlspecialchars($user['yahoo']) ?>" size="20" maxlength="30" /><br /></label>
</div>
Expand Down

0 comments on commit 1460798

Please sign in to comment.