]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/extrapanel.cpp
modules/gui/wxwindows/extrapanel.cpp: minor string fix
[vlc] / modules / gui / wxwindows / extrapanel.cpp
index 575bfbbc357189489f5354c8291b1f353d7bcaf8..dd65ce1ccc083624e38b58dff04b719512088a88 100644 (file)
@@ -916,7 +916,7 @@ void ExtraPanel::OnFiltersInfo(wxCommandEvent& event)
                   "You can then configure each filter.\n"
                   "If you want fine control over the filters ( to choose "
                   "the order in which they are applied ), you need to enter "
-                  "manually a filters string (Preferences / General / Video.)"
+                  "manually a filters string (Preferences / General / Video)."
                   ) ),
                     wxU( _("More information" ) ), wxOK | wxICON_INFORMATION,
                     this->p_parent );