From: Shawn O. Pearce Date: Sun, 21 Jan 2007 02:56:25 +0000 (-0500) Subject: git-gui: Make the gitk starting message match our usual format. X-Git-Tag: gitgui-0.6.0~126 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dccfa6727e78190002364981158cb46878fdcfe2;p=git.git git-gui: Make the gitk starting message match our usual format. Because we usually say "Operation... please wait..." we should do the same thing when starting gitk. Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui.sh b/git-gui.sh index 84205b08b..0851eaeeb 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -2215,7 +2215,7 @@ proc console_read {w fd after} { ## ## ui commands -set starting_gitk_msg {Please wait... Starting gitk...} +set starting_gitk_msg {Starting gitk... please wait...} proc do_gitk {revs} { global ui_status_value starting_gitk_msg