git-gui: Reworded 'Include' to 'Add' to match core Git.
commiteae2ce619277903e73550663e6826f0299191bf3
authorShawn O. Pearce <spearce@spearce.org>
Fri, 8 Dec 2006 00:59:46 +0000 (7 19:59 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:15 +0000 (21 02:54 -0500)
tree38637879f80f02675a3fdb6829b09f6b4987c8cd
parentc15ad650c77ef3213d723efec4e1dca89efba6cd
git-gui: Reworded 'Include' to 'Add' to match core Git.

Now that git-add is a first class citizen in core Git (Nico's 366bfcb6)
users may start to expect the term 'add' to refer to the act of including
a file's changes into a commit.  So I'm replacing all uses of the term
'Include' in the UI with 'Add'.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui