Skip to content

Commit 63a5845

Browse files
committed
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
2 parents 5897e5a + 6b9919c commit 63a5845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/merge.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Continue with resetting the current changes?"]
244244
set status_bar_operation [$::main_status \
245245
start \
246246
[mc "Aborting"] \
247-
[mc "files reset"]
247+
[mc "files reset"]]
248248
fileevent $fd readable [namespace code [list \
249249
_reset_wait $fd $status_bar_operation]]
250250
} else {

0 commit comments

Comments
 (0)