projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961a628
)
git-gui: Mark forgotten strings for translation.
author
Christian Stimming
<stimming@tuhh.de>
Thu, 4 Sep 2008 09:50:53 +0000
(11:50 +0200)
committer
Shawn O. Pearce
<spearce@spearce.org>
Fri, 5 Sep 2008 04:28:48 +0000
(21:28 -0700)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/index.tcl
patch
|
blob
|
history
diff --git
a/lib/index.tcl
b/lib/index.tcl
index 7c27f2af6cc7fe29647199db7635ad3487a32238..d011406462b6f2ad3c83aba90612dd1d6628f385 100644
(file)
--- a/
lib/index.tcl
+++ b/
lib/index.tcl
@@
-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]
}
}