1
0
mirror of https://github.com/git/git.git synced 2024-10-01 08:21:24 +02:00

git-gui: Mark forgotten strings for translation.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Christian Stimming 2008-09-04 11:50:53 +02:00 committed by Shawn O. Pearce
parent 961a628fdd
commit 700e560341

@ -416,11 +416,11 @@ proc do_revert_selection {} {
if {[array size selected_paths] > 0} {
revert_helper \
{Reverting selected files} \
[mc "Reverting selected files"] \
[array names selected_paths]
} elseif {$current_diff_path ne {}} {
revert_helper \
"Reverting [short_path $current_diff_path]" \
[mc "Reverting %s" [short_path $current_diff_path]] \
[list $current_diff_path]
}
}