Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: mark all progress lines for translation
[gitweb.git]
/
diffcore-rename.c
diff --git
a/diffcore-rename.c
b/diffcore-rename.c
index 6c7a72fbe74e8dd6fca07d2555cdea62c16b8b1e..20a5c5df22d10763b4ae71f68e5029c2f49a0e88 100644
(file)
--- a/
diffcore-rename.c
+++ b/
diffcore-rename.c
@@
-579,7
+579,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);
}