diff options
author | Sashi20 | 2020-01-16 12:53:40 +0530 |
---|---|---|
committer | Sashi20 | 2020-01-16 12:53:40 +0530 |
commit | ed52d9caf03329c2956b811a364d5e0df17fdbdd (patch) | |
tree | d4b0d91a649545a0b98e326962508e28aad0a21a /fellowship_testimonials.module | |
parent | dc92df2ddc5775e11f9e20d33d8c5a36387934f9 (diff) | |
download | fellowship_testimonials-ed52d9caf03329c2956b811a364d5e0df17fdbdd.tar.gz fellowship_testimonials-ed52d9caf03329c2956b811a364d5e0df17fdbdd.tar.bz2 fellowship_testimonials-ed52d9caf03329c2956b811a364d5e0df17fdbdd.zip |
Enable option to edit the testimonials
Diffstat (limited to 'fellowship_testimonials.module')
-rwxr-xr-x | fellowship_testimonials.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fellowship_testimonials.module b/fellowship_testimonials.module index e84ec28..862f570 100755 --- a/fellowship_testimonials.module +++ b/fellowship_testimonials.module @@ -15,7 +15,7 @@ 'file' => 'testimonials_add.inc' ); $items["fellowship-testimonials/edit"] = array( - "title" => "Edit fellowship_testimonials", + "title" => "Edit fellowship testimonials", "page callback" => "fellowship_testimonials_edit_all", "access arguments" => array("manage fellowship_testimonials"), "type" => MENU_CALLBACK, |