summaryrefslogtreecommitdiff
path: root/fellowship_testimonials.module
diff options
context:
space:
mode:
authorSashi202020-01-16 12:53:40 +0530
committerSashi202020-01-16 12:53:40 +0530
commited52d9caf03329c2956b811a364d5e0df17fdbdd (patch)
treed4b0d91a649545a0b98e326962508e28aad0a21a /fellowship_testimonials.module
parentdc92df2ddc5775e11f9e20d33d8c5a36387934f9 (diff)
downloadfellowship_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-xfellowship_testimonials.module2
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,