瀏覽代碼

! Rename ignore/unignore in moderation reports. Rest of the code not changed because technically it's the same behaviour (it is, technically about ignoring the reports), fixes #1101 or what's left of it to fix. Important to note: clicking ignore does have a popup telling you what it's going to do.

Signed-off-by: Peter Spicer <sleeping@myperch.org>
Peter Spicer 11 年之前
父節點
當前提交
a256601e90
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Themes/default/languages/ModerationCenter.english.php

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

@@ -41,8 +41,8 @@ $txt['mc_reportedp_none_found'] = 'No Reports Found';
 $txt['mc_reportedp_details'] = 'Details';
 $txt['mc_reportedp_close'] = 'Close';
 $txt['mc_reportedp_open'] = 'Open';
-$txt['mc_reportedp_ignore'] = 'Ignore';
-$txt['mc_reportedp_unignore'] = 'Un-Ignore';
+$txt['mc_reportedp_ignore'] = 'Disregard';
+$txt['mc_reportedp_unignore'] = 'Undo Disregard';
 $txt['mc_reportedp_delete'] = 'Delete message';
 $txt['mc_reportedp_delete_confirm'] = 'Are you sure you wish to delete this message?';
 $txt['mc_reportedp_ban'] = 'Ban this user';