Skip to content

Commit 700e560

Browse files
cstimspearce
authored andcommitted
git-gui: Mark forgotten strings for translation.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 961a628 commit 700e560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,11 @@ proc do_revert_selection {} {
416416

417417
if {[array size selected_paths] > 0} {
418418
revert_helper \
419-
{Reverting selected files} \
419+
[mc "Reverting selected files"] \
420420
[array names selected_paths]
421421
} elseif {$current_diff_path ne {}} {
422422
revert_helper \
423-
"Reverting [short_path $current_diff_path]" \
423+
[mc "Reverting %s" [short_path $current_diff_path]] \
424424
[list $current_diff_path]
425425
}
426426
}

0 commit comments

Comments
 (0)