Skip to content

Commit e091df1

Browse files
Issue #1684930 by amontero, David_Rothstein, joshi.rohit100, jthorson, dcam, rpayanm, jackbravo, yoroy: Add description to "administer filters" permission
1 parent 8f08dc9 commit e091df1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Drupal 7.37, xxxx-xx-xx (development version)
33
-----------------------
4+
- Added a description to the "Administer text formats and filters" permission
5+
on the Permissions page (string change).
46

57
Drupal 7.36, 2015-04-01
68
-----------------------

modules/filter/filter.module

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ function filter_admin_format_title($format) {
340340
function filter_permission() {
341341
$perms['administer filters'] = array(
342342
'title' => t('Administer text formats and filters'),
343+
'description' => t('Define how text is handled by combining filters into <a href="@url">text formats</a>.', array('@url' => url('admin/config/content/formats'))),
343344
'restrict access' => TRUE,
344345
);
345346

0 commit comments

Comments
 (0)