1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

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;