Skip to content

Commit

Permalink
Changed UI text for no search results in Clippings Manager
Browse files Browse the repository at this point in the history
(part of issue #314)
  • Loading branch information
aecreations committed May 31, 2021
1 parent 40327ac commit 31886b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wx-src/_locales/en/messages.json
Expand Up @@ -552,7 +552,7 @@
},

"clipMgrNoItems": {
"message": "No clippings found."
"message": "No items found."
},

"clipMgrIntroCmdDel": {
Expand Down
1 change: 1 addition & 0 deletions wx-src/pages/clippingsMgr.js
Expand Up @@ -3613,6 +3613,7 @@ function buildClippingsTree()
autoScroll: true,
source: treeData,
selectMode: 1,
strings: { noData: browser.i18n.getMessage("clipMgrNoItems") },
icon: (gIsClippingsTreeEmpty ? false : true),

init: function (aEvent, aData) {
Expand Down

0 comments on commit 31886b8

Please sign in to comment.