]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-gui: Change summary of git-gui.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 19 Feb 2007 02:08:04 +0000 (21:08 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 21 Feb 2007 05:11:02 +0000 (00:11 -0500)
Since git-gui does more than create commits, it is unfair to call
it "a commit creation tool".  Instead lets just call it a graphical
user interface.

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

index cd3afedc023eea75b5589cd972326416bcfb9185..405813069b6be43534b6b40d77fbf3ecfdba5998 100755 (executable)
@@ -4559,7 +4559,7 @@ proc do_about {} {
        pack $w.buttons -side bottom -fill x -pady 10 -padx 10
 
        label $w.desc \
-               -text "git-gui - a commit creation tool for Git.
+               -text "git-gui - a graphical user interface for Git.
 $copyright" \
                -padx 5 -pady 5 \
                -justify left \