Skip to content
Snippets Groups Projects
Commit cf01f628 authored by Nik Alexandrov's avatar Nik Alexandrov
Browse files

Finish feature/2442869.

parents 47afa14f 04206b0a
No related branches found
Tags 4.4.0
No related merge requests found
......@@ -252,12 +252,12 @@ function node_expire_node_delete($node) {
function node_expire_permission() {
return array(
'administer node expire' => array(
'title' => t('administer node expire'),
'description' => t('TODO Add a description for "administer node expire"'),
'title' => t('Administer node expire'),
'description' => t('Administer node expire functionality.'),
),
'edit node expire' => array(
'title' => t('edit node expire'),
'description' => t('TODO Add a description for "edit node expire"'),
'title' => t('Edit node expire'),
'description' => t('Edit node expiration dates.'),
),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment