Updated deskmetrics libraries.

This commit is contained in:
kay.one 2012-01-26 21:26:39 -08:00
commit 14559d035b
7 changed files with 4 additions and 74 deletions

View file

@ -48,7 +48,7 @@ namespace NzbDrone.Core.Jobs
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
{
notification.CurrentMessage = "Updating NzbDrone";
notification.CurrentMessage = "Checking for updates";
var updatePackage = _updateProvider.GetAvilableUpdate();