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
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ void AssLimitToVisibleFilter::Init() {
|
||||||
initialized = true;
|
initialized = true;
|
||||||
autoExporter = true;
|
autoExporter = true;
|
||||||
hidden = false;
|
hidden = false;
|
||||||
Register(_T("Limit to Visible Lines"),1000000);
|
Register(_("Limit to Visible Lines"),1000000);
|
||||||
description = _T("Limit to Visible Lines");
|
description = _("Limit to Visible Lines");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue