mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Check vote log before allowing cancellation
This commit is contained in:
parent
e7b272f7af
commit
75a468552d
9 changed files with 46 additions and 8 deletions
|
|
@ -268,7 +268,9 @@ $lang->fail_to_update = 'Fail to update.';
|
|||
$lang->fail_to_delete = 'Failed to delete.';
|
||||
$lang->fail_to_move = 'Failed to move.';
|
||||
$lang->failed_voted = 'No permission to upvote.';
|
||||
$lang->failed_voted_canceled = 'You cannot cancel an upvote that you did\'t make.';
|
||||
$lang->failed_blamed = 'No permission to downvote.';
|
||||
$lang->failed_blamed_canceled = 'You cannot cancel a downvote that you did\'t make.';
|
||||
$lang->failed_declared = 'No permission to Report.';
|
||||
$lang->fail_to_delete_have_children = 'Cannot delete the article with comments.';
|
||||
$lang->confirm_submit = 'Are you sure you want to submit?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue