]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
doc: promote "git switch"
[thirdparty/git.git] / unpack-trees.c
index 22c41a3ba80971e5edc6bbf02eb6ea59d3c41277..5ff64a983d8e8b09e1d842c5243300a030a929c9 100644 (file)
@@ -313,7 +313,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,