mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
better wording
This commit is contained in:
parent
5382ce7408
commit
5908d46d56
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ pub mod commands {
|
||||||
.hide_help();
|
.hide_help();
|
||||||
///
|
///
|
||||||
pub static SELECT_STAGING: CommandText = CommandText::new(
|
pub static SELECT_STAGING: CommandText = CommandText::new(
|
||||||
"Focus Staging [2]",
|
"Focus Stage [2]",
|
||||||
"focus/select staging area",
|
"focus/select staging area",
|
||||||
CMD_GROUP_GENERAL,
|
CMD_GROUP_GENERAL,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue