branch: elpa/hyperdrive
commit 684856884d8231bb271c00e15635796f4fe1edcb
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Tidy: (h/menu-bar-menu) Capitalize labels
---
hyperdrive.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index cbd191261b..d8af087c86 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -834,15 +834,15 @@ The return value of this function is the retrieval
buffer."
:visible (or (h/gateway-live-p) (h//gateway-ready-p))]
["Stop Gateway" h/stop
:help "Stop the gateway"]
- ["Gateway version" h/gateway-version
+ ["Gateway Version" h/gateway-version
:help "Say gateway version"]
- ["Install gateway" h/install
+ ["Install Gateway" h/install
:label (if (h/gateway-needs-upgrade-p) "Upgrade" "Install")
:visible (and (not (h/gateway-installing-p))
(or (not (h/gateway-installed-p))
(h/gateway-needs-upgrade-p)))
:help "Download and install gateway"]
- ["Cancel install" h/cancel-install
+ ["Cancel Install" h/cancel-install
:visible (hyperdrive-gateway-installing-p)
:help "Cancel running download/installation"])
"---"