l10n: git.pot: v2.4.0 round 2 (1 update)
[gitweb.git] / send-pack.c
index 9d2b0c52ed8235425795772db99fc14ea9c2bf2b..189bdde0c29b1aa62c9628786fa7b8c1b4083fb3 100644 (file)
@@ -363,7 +363,7 @@ int send_pack(struct send_pack_args *args,
                return 0;
        }
        if (args->atomic && !atomic_supported)
-               die(_("server does not support --atomic push"));
+               die(_("the receiving end does not support --atomic push"));
 
        use_atomic = atomic_supported && args->atomic;