Skip to content

Commit

Permalink
git-gui: Mark forgotten strings for translation.
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Christian Stimming authored and Shawn O. Pearce committed Sep 5, 2008
1 parent 961a628 commit 700e560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
}
Expand Down

0 comments on commit 700e560

Please sign in to comment.