Merge branch 'sh/write-pack-file-warning-message-fix'
[gitweb.git] / diffcore-rename.c
index 9b4f068eb390d9b9d53bdd91f8983432f6ec4563..39effecd843a8ba0435246755ce12cfdaf6919c3 100644 (file)
@@ -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);
        }