summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 681bfd5)
raw | patch | inline | side by side (parent: 681bfd5)
author | Johannes Sixt <johannes.sixt@telecom.at> | |
Tue, 8 May 2007 11:33:06 +0000 (13:33 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 8 May 2007 14:35:58 +0000 (10:35 -0400) |
All menu entries talk about "staging" and "unstaging" changes, but the
titles of the file lists use different wording, which may confuse
newcomers.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
titles of the file lists use different wording, which may confuse
newcomers.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index ae881336dac0807d1f4a026b649c75febdc1b8b3..4cf340dfe7e5fbcf85622cba6d8ec0d78e009d03 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
# -- Index File List
#
frame .vpane.files.index -height 100 -width 200
-label .vpane.files.index.title -text {Changes To Be Committed} \
+label .vpane.files.index.title -text {Staged Changes (Will Be Committed)} \
-background green \
-font font_ui
text $ui_index -background white -borderwidth 0 \
# -- Working Directory File List
#
frame .vpane.files.workdir -height 100 -width 200
-label .vpane.files.workdir.title -text {Changed But Not Updated} \
+label .vpane.files.workdir.title -text {Unstaged Changes (Will Not Be Committed)} \
-background red \
-font font_ui
text $ui_workdir -background white -borderwidth 0 \