Skip to content

Commit

Permalink
git-gui: Change summary of git-gui.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce committed Feb 21, 2007
1 parent 871f4c9 commit 019f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 019f42a

Please sign in to comment.