Fixed error message
Originally committed to SVN as r871.
This commit is contained in:
parent
7b6af3ac8a
commit
b043898c6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue