Skip to content

Commit cc21025

Browse files
committed
Add details for edit permission
1 parent e65fdcc commit cc21025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

language/de/permissions_pastebin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
'ACL_U_PASTEBIN_POST' => 'Kann Snippets posten',
4343
'ACL_U_PASTEBIN_POST_NOVC' => 'Kann Snippets posten ohne visuelle Bestätigung',
4444
'ACL_U_PASTEBIN_POST_NOTLIM' => 'Kann Snippets dauerhaft in den Pastebin einstellen',
45-
'ACL_U_PASTEBIN_EDIT' => 'Kann eigene Snippets bearbeiten',
45+
'ACL_U_PASTEBIN_EDIT' => 'Kann eigene Snippets bearbeiten (Speicherdauer, Syntaxhervorhebung)',
4646
'ACL_U_PASTEBIN_DELETE' => 'Kann eigene Snippets löschen',
4747

4848
// Moderator perms,
49-
'ACL_M_PASTEBIN_EDIT' => 'Kann Snippets editieren',
49+
'ACL_M_PASTEBIN_EDIT' => 'Kann Snippets editieren (Speicherdauer, Syntaxhervorhebung)',
5050
'ACL_M_PASTEBIN_DELETE' => 'Kann Snippets löschen',
5151
'ACL_M_PASTEBIN_POST_NOTLIM' => 'Kann die automatische Löschung von Snippets deaktivieren',
5252
));

language/en/permissions_pastebin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
'ACL_U_PASTEBIN_POST' => 'Can post pastebin entries',
4343
'ACL_U_PASTEBIN_POST_NOVC' => 'Can post pastebin entries without visual confirmation',
4444
'ACL_U_PASTEBIN_POST_NOTLIM' => 'Can post non-pruned pastebin entries',
45-
'ACL_U_PASTEBIN_EDIT' => 'Can edit own pastebin entries',
45+
'ACL_U_PASTEBIN_EDIT' => 'Can edit own pastebin entries (Storage duration, Syntax highlighting)',
4646
'ACL_U_PASTEBIN_DELETE' => 'Can delete own pastebin entries',
4747

4848
// Moderator perms
49-
'ACL_M_PASTEBIN_EDIT' => 'Can edit pastebin entries',
49+
'ACL_M_PASTEBIN_EDIT' => 'Can edit pastebin entries (Storage duration, Syntax highlighting)',
5050
'ACL_M_PASTEBIN_DELETE' => 'Can delete pastebin entries',
5151
'ACL_M_PASTEBIN_POST_NOTLIM' => 'Can deactivate pruning of selected pastebin entries',
5252
));

0 commit comments

Comments
 (0)