summaryrefslogtreecommitdiff
path: root/js/PrefFilterTree.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 19:03:42 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 19:03:42 +0300
commit6befff30d7aeb93e3693ac94f234886147ee5e48 (patch)
tree1062a58f806401e235fa527487851de3ad7e6636 /js/PrefFilterTree.js
parent563a46f55a392011d075811b3dc798e9cdcca949 (diff)
updates for flat theme (mostly disable old dijit overrides)
Diffstat (limited to 'js/PrefFilterTree.js')
-rw-r--r--js/PrefFilterTree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefFilterTree.js b/js/PrefFilterTree.js
index 4f6979f99..be321fd21 100644
--- a/js/PrefFilterTree.js
+++ b/js/PrefFilterTree.js
@@ -183,7 +183,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
Filters.addFilterAction(li, action);
},
removeFilter: function () {
- const msg = __("Remove filter?");
+ const msg = __("FRemove filter?");
if (confirm(msg)) {
this.hide();