* [PATCH] git-gui: Mark forgotten strings for translation.
@ 2008-09-04 9:50 Christian Stimming
0 siblings, 0 replies; only message in thread
From: Christian Stimming @ 2008-09-04 9:50 UTC (permalink / raw)
To: git
---
lib/index.tcl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/index.tcl b/lib/index.tcl
index 7c27f2a..d011406 100644
--- 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]
}
}
--
1.6.0.rc1.34.g0fe8c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-04 9:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 9:50 [PATCH] git-gui: Mark forgotten strings for translation Christian Stimming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).