git-gui: Improve our labeling of blame annotation types
commit949da61b9b84bfb48ed2ff2dea068a1d19fb847b
authorShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 07:03:16 +0000 (6 03:03 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 07:03:52 +0000 (6 03:03 -0400)
treef96d0dc29a38b2c5e5af3b7c6f8181c26af0f5fc
parent5d198d676667ecd3beeac816049bfc777b9c8566
git-gui: Improve our labeling of blame annotation types

It feels wrong to call the -M -C -C annotations "move/copy tracking"
as they are actually the original locations.  So I'm relabeling
the status bar to show "copy/move tracking annotations" for the
current file (no -M -C -C) as that set of annotations tells us who
put the hunk here (who moved/copied it).  I'm now calling the -M
-C -C pass "original location annotations" as that's what we're
really digging for.

I also tried to clarify some of the text in the hover tooltip.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl