diff options
| author | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:31 -0700 |
| commit | 0963008cbf266db8001521c87084cea353005020 (patch) | |
| tree | 0b3539923c45dd02000a0f27eade9e37d04f3b33 /diffcore-rename.c | |
| parent | Merge branch 'mh/object-code-cleanup' (diff) | |
| parent | i18n: mark all progress lines for translation (diff) | |
| download | git-0963008cbf266db8001521c87084cea353005020.tar.gz git-0963008cbf266db8001521c87084cea353005020.zip | |
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.c | 2 |
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); } |
