Skip to content

Commit 0bf1833

Browse files
author
Stephan Dilly
committed
better cmd names
1 parent 26a4245 commit 0bf1833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/strings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,19 @@ pub mod commands {
105105
.hide_help();
106106
///
107107
pub static SELECT_STAGING: CommandText = CommandText::new(
108-
"Focus Stage [s]",
108+
"To stage [s]",
109109
"focus/select staging area",
110110
CMD_GROUP_GENERAL,
111111
);
112112
///
113113
pub static SELECT_STATUS: CommandText = CommandText::new(
114-
"Focus Files [1,2]",
114+
"To files [1,2]",
115115
"focus/select file tree of staged or unstaged files",
116116
CMD_GROUP_GENERAL,
117117
);
118118
///
119119
pub static SELECT_UNSTAGED: CommandText = CommandText::new(
120-
"Focus Unstaged [w]",
120+
"To unstaged [w]",
121121
"focus/select unstaged area",
122122
CMD_GROUP_GENERAL,
123123
);

0 commit comments

Comments
 (0)