From fa65b705db9eca0b4ab08c5c5ff78f459b5f4222 Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Wed, 7 Dec 2011 22:29:36 -0500 Subject: [PATCH] Change heading for all recipients view --- open_badges.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_badges.module b/open_badges.module index 60d7b82..a3f7b06 100644 --- a/open_badges.module +++ b/open_badges.module @@ -1330,7 +1330,7 @@ function open_badges_show_recipients($bid, $height=350, $width=700) { $allusers = open_badges_get_users(); if ($bid == 'all') { - $output = "

All Open Badges recipients

"; + $output = "

All Badge recipients

"; $nobadgemsg = "
No users are displaying badges
"; } else { //dpm($allbadges, "All the badge information");