forked from mia/Aegisub
Readd the 's' to 'Subtitles provider'
Originally committed to SVN as r6679.
This commit is contained in:
parent
08a63d437a
commit
711faf17fa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue