summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratyush Yadav <me@yadavpratyush.com>2020-02-18 23:01:44 +0530
committerPratyush Yadav <me@yadavpratyush.com>2020-02-18 23:01:44 +0530
commit63a58457e094c9c9bbf562b872009d32f1f88133 (patch)
treea5b1bc53e2d2d49ae2acc970b962aafde2fe0195
parent5897e5ac965a17e0396039f5d236a7608265e691 (diff)
parent6b9919c0a21ab516626f5e1849293df7cda1dd64 (diff)
downloadgit-63a58457e094c9c9bbf562b872009d32f1f88133.tar.gz
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
-rw-r--r--lib/merge.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/merge.tcl b/lib/merge.tcl
index 8df8ffae55..664803cf3f 100644
--- a/lib/merge.tcl
+++ b/lib/merge.tcl
@@ -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 {