git-gui: Remove explicit references to 'aspell' in message strings
commitdd0962883b239ab265079b666d9a9f5014d60e52
authorShawn O. Pearce <spearce@spearce.org>
Thu, 21 Feb 2008 02:52:54 +0000 (20 21:52 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 21 Feb 2008 05:22:06 +0000 (21 00:22 -0500)
tree26721f5e7fee2de81d6f1e62830d46ce9899b153
parentf57ca1efe5b2e6c7ca7c2a08b0c342e2547c826c
git-gui: Remove explicit references to 'aspell' in message strings

Users may or may not be using aspell here.  About the only thing
we are using that is aspell specific (and not supported by ispell
or an ispell variant) is some command line options when we start
up aspell, and a forced encoding of UTF-8.  Both of these can be
corrected and/or cleaned up by users through an aspell wrapper
script, or through further improvements to git-gui.  There is no
reason to require our translated strings to reference a specific
spell checker, especially if that spell checker implementation is
not very suitable for the language being translated.

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