mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 11:42:56 +03:00
better naming
This commit is contained in:
parent
4b3141fe4e
commit
e355b4f830
@ -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 New Issue
Block a user