Readd the 's' to 'Subtitles provider'

Originally committed to SVN as r6679.
This commit is contained in:
Thomas Goyne 2012-04-10 20:40:32 +00:00
parent 08a63d437a
commit 711faf17fa

View file

@ -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