]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
Merge branch 'nd/switch-and-restore'
[thirdparty/git.git] / unpack-trees.c
index 50189909b86d6ab48a0aa15893f5b66c2e9ce613..dab713203e15a83e452119d0140bb4c28c8a7bf0 100644 (file)
@@ -315,7 +315,7 @@ static struct progress *get_progress(struct unpack_trees_options *o)
                        total++;
        }
 
-       return start_delayed_progress(_("Checking out files"), total);
+       return start_delayed_progress(_("Updating files"), total);
 }
 
 static void setup_collided_checkout_detection(struct checkout *state,