diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-19 02:08:04 (GMT) |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-21 05:11:02 (GMT) |
commit | 019f42a4ffe66e35cfe32a18c3def0183e6a0129 (patch) | |
tree | 195a7c9847127a331dcbcc7c30fdb7c33caf478a /git-gui.sh | |
parent | 871f4c97ad7e021d1a0a98c80c5da77fcf70e4af (diff) | |
download | git-019f42a4ffe66e35cfe32a18c3def0183e6a0129.zip git-019f42a4ffe66e35cfe32a18c3def0183e6a0129.tar.gz git-019f42a4ffe66e35cfe32a18c3def0183e6a0129.tar.bz2 |
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 <spearce@spearce.org>
Diffstat (limited to 'git-gui.sh')
-rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |