git-pull.sh: use the $( ... ) construct for command substitution
[gitweb.git] / unpack-trees.c
index 0692ebe16e62fa4b31a20ec9c28cabb041236709..97fc9954672f2c374541cad827bb5c459abebcdc 100644 (file)
@@ -203,7 +203,7 @@ static int check_updates(struct unpack_trees_options *o)
                                total++;
                }
 
-               progress = start_progress_delay("Checking out files",
+               progress = start_progress_delay(_("Checking out files"),
                                                total, 50, 1);
                cnt = 0;
        }