Skip to content

Commit

Permalink
(fixed #1134 BP from #948) fixed translation of member search title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tajima Itsuro committed Jun 7, 2010
1 parent 6450321 commit 7a76cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/pc_frontend/i18n/messages.ja.xml
Expand Up @@ -1295,6 +1295,10 @@
<source>Sent a mail for your mobile e-mail address. Begin your registration from a URL in the mail.</source>
<target>入力された携帯メールアドレス宛てにメールを送信いたしましたので、メール内に記載されたURLから携帯登録をおこなってください。</target>
</trans-unit>
<trans-unit id="">
<source>Search Members</source>
<target>メンバー検索</target>
</trans-unit>
</body>
</file>
</xliff>
@@ -1,6 +1,6 @@
<?php
$options = array(
'title' => __('メンバー検索'),
'title' => __('Search Members'),
'url' => url_for('member/search'),
'button' => __('Search'),
'method' => 'get'
Expand Down

0 comments on commit 7a76cfd

Please sign in to comment.