i18n module refresh tooltip

This commit is contained in:
Hiroyasu Nishiyama
2020-10-07 11:08:23 +09:00
parent 5e63471983
commit f194a8ecf4
3 changed files with 3 additions and 1 deletions

View File

@@ -796,7 +796,7 @@ RED.palette.editor = (function() {
loadedIndex = {};
initInstallTab();
})
RED.popover.tooltip(refreshButton,"NLS-TODO: Refresh module list");
RED.popover.tooltip(refreshButton,RED._("palette.editor.refresh"));
packageList = $('<ol>',{style:"position: absolute;top: 79px;bottom: 0;left: 0;right: 0px;"}).appendTo(installTab).editableList({
addButton: false,