diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index b39e83ec4..a4efe1607 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -77,7 +77,7 @@ AboutScreen::AboutScreen(wxWindow *parent) #endif #ifdef WITH_FFMS2 libString += " FFmpeg - Copyright (c) Fabrice Bellard;\n"; - libString += " FFmpegSource - Copyright (c) Fredrik Mellbin;\n"; + libString += " FFMS2 - Copyright (c) Fredrik Mellbin;\n"; #endif #ifdef WITH_AVISYNTH libString += " Avisynth 2.5 - Copyright (c) Ben Rudiak-Gould et al;\n";