change text on library page

This commit is contained in:
Luke Pulverenti
2013-07-06 21:41:20 -04:00
parent eb313459d3
commit 8d97d34d10
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ using System.Linq;
namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
{
/// <summary>
/// Sends out messages anytime a notification is added or udpated
/// Notifies clients anytime a notification is added or udpated
/// </summary>
public class WebSocketNotifier : IServerEntryPoint
{