Replace installEverything by InstallAll

This commit is contained in:
GogoVega
2024-10-28 10:58:53 +01:00
parent 222ab71f21
commit 75e37dc75f
2 changed files with 2 additions and 2 deletions

View File

@@ -644,7 +644,7 @@
"update": "update to __version__",
"updated": "updated",
"install": "install",
"installEverything": "Install everything",
"installAll": "Install all",
"installed": "installed",
"installing": "Module installation in progress: __module__",
"conflict": "conflict",

View File

@@ -2023,7 +2023,7 @@ RED.nodes = (function() {
}
},
{
text: RED._("palette.editor.installEverything"),
text: RED._("palette.editor.installAll"),
class: "pull-left",
click: function(e) {
unknownNotification.close();