could be collection too
This commit is contained in:
parent
98219dd001
commit
34e479dcfc
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ Ox.Filter = function(options, self) {
|
||||||
.defaults({
|
.defaults({
|
||||||
findKeys: [],
|
findKeys: [],
|
||||||
list: null,
|
list: null,
|
||||||
|
listName: Ox._('Smart List'),
|
||||||
sortKeys: [],
|
sortKeys: [],
|
||||||
value: {
|
value: {
|
||||||
conditions: [],
|
conditions: [],
|
||||||
|
@ -174,7 +175,7 @@ Ox.Filter = function(options, self) {
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
separators: [
|
separators: [
|
||||||
{title: Ox._('Save as Smart List'), width: 112}
|
{title: Ox._('Save as {0}', [self.options.listName]), width: 112}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue