Fixed error message

Originally committed to SVN as r871.
This commit is contained in:
Niels Martin Hansen 2007-01-22 00:05:49 +00:00
parent 7b6af3ac8a
commit b043898c6c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ SubtitlesProvider* SubtitlesProviderFactory::GetProvider() {
wxArrayString list = GetFactoryList(Options.AsText(_T("Subtitles provider")));
// None available
if (list.Count() == 0) throw _T("No video providers are available.");
if (list.Count() == 0) throw _T("No subtitle providers are available.");
// Get provider
wxString error;