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 <spearce@spearce.org>
This commit is contained in:
parent
c2758a17cb
commit
dccfa6727e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user