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:
Karl Blomster 2009-07-14 22:29:38 +00:00
parent 24de0a249a
commit b2c1eced55
1 changed files with 2 additions and 2 deletions

View File

@ -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");
}