浏览代码

! Since we changed the wording in the mod panel from 'ignore' to 'disregard', the mod log should also have the same terminology...

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 年之前
父节点
当前提交
8969cc853f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Themes/default/languages/Modlog.english.php

+ 2 - 2
Themes/default/languages/Modlog.english.php

@@ -97,7 +97,7 @@ $txt['modlog_ac_remove_attach'] = 'Removed unapproved &quot;{filename}&quot; in
 // Handling reports on posts
 $txt['modlog_report'] = 'report';
 $txt['modlog_ac_close_report'] = 'Closed {report} on &quot;{message}&quot;';
-$txt['modlog_ac_ignore_report'] = 'Ignored {report} on &quot;{message}&quot;';
+$txt['modlog_ac_ignore_report'] = 'Disregarded {report} on &quot;{message}&quot;';
 $txt['modlog_ac_open_report'] = 'Reopened {report} on &quot;{message}&quot;';
-$txt['modlog_ac_unignore_report'] = 'Un-ignored {report} on &quot;{message}&quot;';
+$txt['modlog_ac_unignore_report'] = 'Undone disregard of {report} on &quot;{message}&quot;';
 ?>