git-gui: Change more 'include' language to 'add'.
commit4d583c86ec52f8b2937a0b9dc02667b54c4a28a2
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 00:07:46 +0000 (20 19:07 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:17 +0000 (21 02:54 -0500)
tree9c167e28766229cb13bde59d7d9da0f9450a4e05
parentbdadecbae5b9f7317994bf2f521bb15068823a1d
git-gui: Change more 'include' language to 'add'.

I just found a whole slew of places where we still were using the term
'include' rather than 'add' to refer to the act of updating the index
with modifications from the working directory.  To be consistent with
all Git documentation and command line tools, these should be 'add'.

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