Update documentation on DevTools application entrypoints

Updates the location as well as the purpose of each entrypoint.

As a drive-by fix, the command prompt for showing the Node sources in
the Sources panel is corrected from "Node" to "Show Node".

Bug: none
Change-Id: I6d76bfb190925d3eb624c775fe134eda1b10b5f7
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3964271
Reviewed-by: Benedikt Meurer <[email protected]>
Commit-Queue: Andres Olivares <[email protected]>
Reviewed-by: Nancy Li <[email protected]>
diff --git a/front_end/core/i18n/locales/en-US.json b/front_end/core/i18n/locales/en-US.json
index c94f536..f4204ef 100644
--- a/front_end/core/i18n/locales/en-US.json
+++ b/front_end/core/i18n/locales/en-US.json
@@ -1227,7 +1227,7 @@
     "message": "Show Connection"
   },
   "entrypoints/node_app/node_app.ts | showNode": {
-    "message": "Node"
+    "message": "Show Node"
   },
   "entrypoints/node_app/NodeConnectionsPanel.ts | addConnection": {
     "message": "Add connection"
diff --git a/front_end/core/i18n/locales/en-XL.json b/front_end/core/i18n/locales/en-XL.json
index 760b488..820f24c 100644
--- a/front_end/core/i18n/locales/en-XL.json
+++ b/front_end/core/i18n/locales/en-XL.json
@@ -1227,7 +1227,7 @@
     "message": "Ŝh́ôẃ Ĉón̂ńêćt̂íôń"
   },
   "entrypoints/node_app/node_app.ts | showNode": {
-    "message": "N̂ód̂é"
+    "message": "Ŝh́ôẃ N̂ód̂é"
   },
   "entrypoints/node_app/NodeConnectionsPanel.ts | addConnection": {
     "message": "Âd́d̂ ćôńn̂éĉt́îón̂"
diff --git a/front_end/entrypoints/node_app/node_app.ts b/front_end/entrypoints/node_app/node_app.ts
index fa5f31a..7c4b849 100644
--- a/front_end/entrypoints/node_app/node_app.ts
+++ b/front_end/entrypoints/node_app/node_app.ts
@@ -34,7 +34,7 @@
   /**
    *@description Command for showing the 'Node' tool in the Network Navigator View, which is part of the Sources tool
   */
-  showNode: 'Node',
+  showNode: 'Show Node',
 };
 
 const str_ = i18n.i18n.registerUIStrings('entrypoints/node_app/node_app.ts', UIStrings);