Mass edit is now Series Editor.

Renamed Opps to Oops.
Fixed broken SeriesEditor.
This commit is contained in:
Mark McDowall 2012-02-23 14:31:50 -08:00
parent eddafaca93
commit 0ff60bde92
15 changed files with 225 additions and 224 deletions

View file

@ -163,7 +163,7 @@ namespace NzbDrone.Web.Controllers
public JsonResult RunJob(string typeName)
{
if (!_jobProvider.QueueJob(typeName))
return JsonNotificationResult.Opps("Invalid Job Name");
return JsonNotificationResult.Oops("Invalid Job Name");
return JsonNotificationResult.Info("Job Queued");
}