We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a4245 commit 0bf1833Copy full SHA for 0bf1833
src/strings.rs
@@ -105,19 +105,19 @@ pub mod commands {
105
.hide_help();
106
///
107
pub static SELECT_STAGING: CommandText = CommandText::new(
108
- "Focus Stage [s]",
+ "To stage [s]",
109
"focus/select staging area",
110
CMD_GROUP_GENERAL,
111
);
112
113
pub static SELECT_STATUS: CommandText = CommandText::new(
114
- "Focus Files [1,2]",
+ "To files [1,2]",
115
"focus/select file tree of staged or unstaged files",
116
117
118
119
pub static SELECT_UNSTAGED: CommandText = CommandText::new(
120
- "Focus Unstaged [w]",
+ "To unstaged [w]",
121
"focus/select unstaged area",
122
123
0 commit comments