mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
better naming
This commit is contained in:
parent
4b3141fe4e
commit
e355b4f830
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pub static TITLE_STATUS: &str = "Status [1]";
|
||||
pub static TITLE_STATUS: &str = "Unstaged Changes [1]";
|
||||
pub static TITLE_DIFF: &str = "Diff";
|
||||
pub static TITLE_INDEX: &str = "Index [2]";
|
||||
pub static TITLE_INDEX: &str = "Staged Changes [2]";
|
||||
|
||||
pub static TAB_STATUS: &str = "Status";
|
||||
pub static TAB_DIVIDER: &str = " | ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue