diff --git a/source/UI/js/Form/Filter.js b/source/UI/js/Form/Filter.js index 9f427886..1ad8fa25 100644 --- a/source/UI/js/Form/Filter.js +++ b/source/UI/js/Form/Filter.js @@ -28,6 +28,7 @@ Ox.Filter = function(options, self) { .defaults({ findKeys: [], list: null, + listName: Ox._('Smart List'), sortKeys: [], value: { conditions: [], @@ -174,7 +175,7 @@ Ox.Filter = function(options, self) { }) ], separators: [ - {title: Ox._('Save as Smart List'), width: 112} + {title: Ox._('Save as {0}', [self.options.listName]), width: 112} ] });