From e355b4f830c809d853a1db6f89693a15a4056924 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 24 Mar 2020 10:04:41 +0100 Subject: [PATCH] better naming --- src/strings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings.rs b/src/strings.rs index 2f2c4e85..705be7b2 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -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 = " | ";