Skip to content

Commit

Permalink
Fixed wrong notification message of new comment to website. BugzID #1…
Browse files Browse the repository at this point in the history
…03727
  • Loading branch information
Taichi Kaminogoya committed Mar 12, 2010
1 parent 62c254a commit ea0cf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default_templates/new-comment.mtml
@@ -1,4 +1,4 @@
<mt:If name="unapproved"><mt:IfBlog><mt:if tag="EntryClass" eq="entry"><__trans phrase="An unapproved comment has been posted on your blog '[_1]', for entry #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><__trans phrase="An unapproved comment has been posted on your blog '[_1]', for page #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:BlogName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:If><mt:Else><__trans phrase="An unapproved comment has been posted on your website '[_1]', for page #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:WebsiteName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:IfBlog></mt:If><mt:Unless name="unapproved"><mt:if tag="EntryClass" eq="entry"><__trans phrase="A new comment has been posted on your blog '[_1]', on entry #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><__trans phrase="A new comment has been posted on your blog '[_1]', on page #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:If><mt:Else><__trans phrase="A new comment has been posted on your website '[_1]', on page #[_2] ([_3])." params="<$mt:WebsiteName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:IfBlog></mt:Unless>
<mt:If name="unapproved"><mt:IfBlog><mt:if tag="EntryClass" eq="entry"><__trans phrase="An unapproved comment has been posted on your blog '[_1]', for entry #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><__trans phrase="An unapproved comment has been posted on your blog '[_1]', for page #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:BlogName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:If><mt:Else><__trans phrase="An unapproved comment has been posted on your website '[_1]', for page #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:WebsiteName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:IfBlog></mt:If><mt:Unless name="unapproved"><mt:IfBlog><mt:if tag="EntryClass" eq="entry"><__trans phrase="A new comment has been posted on your blog '[_1]', on entry #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><__trans phrase="A new comment has been posted on your blog '[_1]', on page #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:If><mt:Else><__trans phrase="A new comment has been posted on your website '[_1]', on page #[_2] ([_3])." params="<$mt:WebsiteName$>%%<$mt:PageID$>%%<$mt:PageTitle$>"></mt:IfBlog></mt:Unless>

<$mt:CommentBody remove_html="1" wrap_text="72"$>

Expand Down
2 changes: 1 addition & 1 deletion lib/MT/L10N/ja.pm
Expand Up @@ -568,7 +568,7 @@ use vars qw( @ISA %Lexicon );
'A user with the same name already exists.' => '同名のユーザーがすでに存在します。',
'Text entered was wrong. Try again.' => '入力された文字列が正しくありません。',
'Something wrong happened when trying to process signup: [_1]' => '登録に失敗しました: [_1]',
'New Comment Added to \'[_1]\'' => '\'[_1]\'にコメントがありました',
'New Comment Added to \'[_1]\'' => '\'[_1]\'にコメントがありました',
'System Email Address is not configured.' => 'システムで利用するメールアドレスが設定されていません。',
'Close' => '閉じる',
'Go Back' => '戻る',
Expand Down

0 comments on commit ea0cf18

Please sign in to comment.