Actions
Backport(バックポート) #2866
closed英語表示の時にコメマーク「※」が用いられている部分がある
Start date:
2011-10-20
Due date:
% Done:
100%
Estimated time:
Description
概要¶
英語表示の時にコメマーク「※」が用いられている部分がある.
具体的には以下の部分である.この部分は「NOTE: 」や「* 」など日本語以外の環境でも表示できる可能性が高いものに置換する必要があると思われる.
apps/pc_backend/modules/profile/templates/deleteSuccess.php 3行目
3 <p><?php echo __('※All the member¥'s data in this entry will be lost.') ?></p>
apps/pc_backend/i18n/messages.ja.xml 1181行目
1180 <trans-unit id=""> 1181 <source>※All the member's data in this entry will be lost.</source> 1182 <target>※この項目に対するメンバーの入力値も失われます。</target> 1183 </trans-unit>
確認バージョン¶
OpenPNE 3.7.0-dev (master)
OpenPNE 3.6.0 (stable-3.6.x)
OpenPNE 3.4.17 (stable-3.4.x)
Updated by Yuya Watanabe almost 13 years ago
- Status changed from New(新規) to Accepted(着手)
Updated by Yuya Watanabe almost 13 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 080c150e50c702fa6b3d3f3000cf9d0849840bf9 で適用されました。
Updated by Kousuke Ebihara almost 13 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
Updated by Mutsumi Imamura almost 13 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テストOKです。
Actions