From db3c67cfaf690491e114de55293d3abeec72a293 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 1 Jun 2010 00:06:08 +0000 Subject: [PATCH] Change description of framerate transform export filter to something more modern. Updates #1069. Originally committed to SVN as r4379. --- aegisub/src/export_framerate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/export_framerate.cpp b/aegisub/src/export_framerate.cpp index 043aab82c..600c3882c 100644 --- a/aegisub/src/export_framerate.cpp +++ b/aegisub/src/export_framerate.cpp @@ -62,7 +62,7 @@ void AssTransformFramerateFilter::Init() { initialized = true; autoExporter = true; Register(_("Transform Framerate"),1000); - description = _("Transform subtitles times, including those in override tags, from input to output. This is most useful to convert CFR to VFR for hardsubbing. You usually DO NOT want to check this filter for softsubbing."); + description = _("Transform subtitle times, including those in override tags, from an input framerate to an output framerate.\n\nThis is useful for converting regular time subtitles to VFRaC time subtitles for hardsubbing.\nIt can also be used to convert subtitles to a different speed video, such as NTSC to PAL speedup."); Input = NULL; Output = NULL; }