From: Shawn O. Pearce Date: Mon, 19 Feb 2007 02:08:04 +0000 (-0500) Subject: git-gui: Change summary of git-gui. X-Git-Tag: gitgui-0.6.1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=019f42a4ffe66e35cfe32a18c3def0183e6a0129;p=git.git git-gui: Change summary of git-gui. 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 --- diff --git a/git-gui.sh b/git-gui.sh index cd3afedc0..405813069 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -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 \