Signed-off-by: Alex Henrie <alexhenri...@gmail.com>
---
 builtin/branch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/branch.c b/builtin/branch.c
index 1d15037..c0b4bae 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c
@@ -972,7 +972,7 @@ int cmd_branch(int argc, const char **argv, const char 
*prefix)
 
                if (!branch) {
                        if (!argc || !strcmp(argv[0], "HEAD"))
-                               die(_("could not set upstream of HEAD to %s 
when "
+                               die(_("could not set upstream of HEAD to %s 
because "
                                      "it does not point to any branch."),
                                    new_upstream);
                        die(_("no such branch '%s'"), argv[0]);
-- 
2.3.5

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to