mirror of https://github.com/odrling/Aegisub
Readd the 's' to 'Subtitles provider'
Originally committed to SVN as r6679.
This commit is contained in:
parent
08a63d437a
commit
711faf17fa
|
@ -572,7 +572,7 @@ Advanced_Video::Advanced_Video(wxTreebook *book, Preferences *parent): OptionPag
|
|||
OptionChoice(expert, _("Video provider"), vp_choice, "Video/Provider");
|
||||
|
||||
wxArrayString sp_choice = vec_to_arrstr(SubtitlesProviderFactory::GetClasses());
|
||||
OptionChoice(expert, _("Subtitle provider"), sp_choice, "Subtitle/Provider");
|
||||
OptionChoice(expert, _("Subtitles provider"), sp_choice, "Subtitle/Provider");
|
||||
|
||||
|
||||
#ifdef WITH_AVISYNTH
|
||||
|
|
Loading…
Reference in New Issue