summaryrefslogtreecommitdiffstats
path: root/src/core/src/modules/list/tests/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/modules/list/tests/help.rs')
-rw-r--r--src/core/src/modules/list/tests/help.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/src/modules/list/tests/help.rs b/src/core/src/modules/list/tests/help.rs
index 845c689..8c55da0 100644
--- a/src/core/src/modules/list/tests/help.rs
+++ b/src/core/src/modules/list/tests/help.rs
@@ -49,7 +49,7 @@ fn normal_mode_help() {
"{IndicatorColor} Controlz{Normal,Dimmed}|{Normal}Undo the last change",
"{IndicatorColor} Controly{Normal,Dimmed}|{Normal}Redo the previous undone change",
"{IndicatorColor} ! {Normal,Dimmed}|{Normal}Open the todo file in the default editor",
- "{IndicatorColor} v {Normal,Dimmed}|{Normal}Enter visual mode",
+ "{IndicatorColor} v {Normal,Dimmed}|{Normal}Enter visual selection mode",
"{TRAILING}",
"{IndicatorColor}Press any key to close"
);
@@ -112,7 +112,7 @@ fn visual_mode_help() {
"{IndicatorColor} Controlz{Normal,Dimmed}|{Normal}Undo the last change",
"{IndicatorColor} Controly{Normal,Dimmed}|{Normal}Redo the previous undone change",
"{IndicatorColor} ! {Normal,Dimmed}|{Normal}Open the todo file in the default editor",
- "{IndicatorColor} v {Normal,Dimmed}|{Normal}Exit visual mode",
+ "{IndicatorColor} v {Normal,Dimmed}|{Normal}Exit visual selection mode",
"{TRAILING}",
"{IndicatorColor}Press any key to close"
);