aboutsummaryrefslogtreecommitdiff
path: root/modules/dev-fkeys.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dev-fkeys.el')
-rw-r--r--modules/dev-fkeys.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dev-fkeys.el b/modules/dev-fkeys.el
index 00a46774..9fdfa5b3 100644
--- a/modules/dev-fkeys.el
+++ b/modules/dev-fkeys.el
@@ -459,7 +459,7 @@ Prompts via `completing-read' between \"All tests\" (delegates to
`cj/--f6-current-file-tests-impl')."
(interactive)
(let* ((candidates '("All tests" "Current file's tests"))
- (label (completing-read "F6: " candidates nil t nil nil (car candidates))))
+ (label (completing-read "Run tests: " candidates nil t nil nil (car candidates))))
(pcase label
("All tests" (projectile-test-project current-prefix-arg))
("Current file's tests"