diff --git a/lang/en_US.php b/lang/en_US.php index cc657347..db2f845c 100755 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -456,6 +456,7 @@ $lang['en_US']['PageComment']['SINGULARNAME'] = array( 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface' ); $lang['en_US']['PageCommentInterface']['COMMENTERURL'] = 'Your website URL'; +$lang['en_US']['PageCommentInterface']['DELETEALLCOMMENTS'] = 'Delete all comments on this page'; $lang['en_US']['PageCommentInterface']['POST'] = 'Post'; $lang['en_US']['PageCommentInterface']['SPAMQUESTION'] = 'Spam protection question: %s'; $lang['en_US']['PageCommentInterface']['YOURCOMMENT'] = 'Comments'; diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index 321e89b7..f4b124bb 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -54,7 +54,9 @@ <% end_if %> <% if DeleteAllLink %> -

Delete all comments on this page

+

+ <% _t('PageCommentInterface.DELETEALLCOMMENTS','Delete all comments on this page' %> +

<% end_if %>

<% _t('RSSFEEDCOMMENTS', 'RSS feed for comments on this page') %> |