mirror of
https://github.com/git/git.git
synced 2026-08-08 09:02:01 +00:00
Merge branch 'py/missing-bracket'
Fix an error popping up because of an unmatched closed bracket. * py/missing-bracket: git-gui: add missing close bracket
This commit is contained in:
@@ -244,7 +244,7 @@ Continue with resetting the current changes?"]
|
||||
set status_bar_operation [$::main_status \
|
||||
start \
|
||||
[mc "Aborting"] \
|
||||
[mc "files reset"]
|
||||
[mc "files reset"]]
|
||||
fileevent $fd readable [namespace code [list \
|
||||
_reset_wait $fd $status_bar_operation]]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user