Fixes error message for MovieExistsValidator to state the movie doesn't exist (#723) (#808)

Fixes #723
pull/2/head
Ryan Matthews 8 years ago committed by Leonardo Galli
parent 91295f50b0
commit 9f2fcebc24

@ -9,7 +9,7 @@ namespace NzbDrone.Core.Validation.Paths
private readonly IMovieService _seriesService;
public MovieExistsValidator(IMovieService seriesService)
: base("This series has already been added")
: base("This movie has already been added")
{
_seriesService = seriesService;
}

Loading…
Cancel
Save