diff options
Diffstat (limited to 'actions/deletenotice.php')
-rw-r--r-- | actions/deletenotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/deletenotice.php b/actions/deletenotice.php index 64746283a..9a5261eed 100644 --- a/actions/deletenotice.php +++ b/actions/deletenotice.php @@ -34,7 +34,7 @@ class DeletenoticeAction extends DeleteAction { } function get_instructions() { - return _('You are about to permanently delete a notice. Once this is done, it cannot be undone.'); + return _('You are about to permanently delete a notice. Once this is done, it cannot be undone.'); } function get_title() { |