mirror of https://github.com/odrling/Aegisub
Make the name of the limit to visible lines export filter translatable. Fixes #789.
Originally committed to SVN as r3139.
This commit is contained in:
parent
24de0a249a
commit
b2c1eced55
|
@ -60,8 +60,8 @@ void AssLimitToVisibleFilter::Init() {
|
|||
initialized = true;
|
||||
autoExporter = true;
|
||||
hidden = false;
|
||||
Register(_T("Limit to Visible Lines"),1000000);
|
||||
description = _T("Limit to Visible Lines");
|
||||
Register(_("Limit to Visible Lines"),1000000);
|
||||
description = _("Limit to Visible Lines");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue