aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 14:26:31 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-14 14:26:31 -0700
commit0963008cbf266db8001521c87084cea353005020 (patch)
tree0b3539923c45dd02000a0f27eade9e37d04f3b33 /diffcore-rename.c
parent060be00621dbac572ac71d07ae40884e0d4303f3 (diff)
parent754dbc43f078625f38c7908f19dc71a0c617ec85 (diff)
downloadgit-0963008cbf266db8001521c87084cea353005020.tar.gz
Merge branch 'nd/i18n-progress'
Mark the progress indicators from various time-consuming commands for i18n/l10n. * nd/i18n-progress: i18n: mark all progress lines for translation
Diffstat (limited to 'diffcore-rename.c')
-rw-r--r--diffcore-rename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diffcore-rename.c b/diffcore-rename.c
index 9b4f068eb3..39effecd84 100644
--- a/diffcore-rename.c
+++ b/diffcore-rename.c
@@ -522,7 +522,7 @@ void diffcore_rename(struct diff_options *options)
if (options->show_rename_progress) {
progress = start_progress_delay(
- "Performing inexact rename detection",
+ _("Performing inexact rename detection"),
rename_dst_nr * rename_src_nr, 50, 1);
}