summaryrefslogtreecommitdiff
path: root/modules/notification
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-05-31 23:52:08 -0600
committerBharat Mediratta <bharat@menalto.com>2009-06-04 11:55:18 -0700
commitbc3850525139680946633e6e44152ac6c9096002 (patch)
tree5d008b73eb75d42ea6cc59f0bc747ddbb2f52847 /modules/notification
parentdd854379c20722a763ae7fe3d097a57a544cae80 (diff)
Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.
Diffstat (limited to 'modules/notification')
-rw-r--r--modules/notification/helpers/notification_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php
index 1c04aa89..87927874 100644
--- a/modules/notification/helpers/notification_menu.php
+++ b/modules/notification/helpers/notification_menu.php
@@ -30,7 +30,7 @@ class notification_menu_Core {
->id("watch")
->label(t("Enable notifications for this album"))
->url(url::site("notification/watch/$item->id?csrf=" . access::csrf_token()))
- ->css_id($watching ? "gRemoveWatchLink" : "gAddWatchLink"));
+ ->css_id($watching ? "gRemoveNotifyLink" : "gAddNotifyLink"));
}
}
}