Kaynağa Gözat

! 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 yıl önce
ebeveyn
işleme
8969cc853f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;';
 ?>