better naming

This commit is contained in:
Stephan Dilly 2020-03-24 10:04:41 +01:00
parent 4b3141fe4e
commit e355b4f830

View File

@ -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 = " | ";