]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/hook/cl_hook.qc
Merge branch 'master' into terencehill/player_sorting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / hook / cl_hook.qc
index be88853bbf37e2e2cb312367ff86ed90becd8c45..aa055666b2c052453ee85226084f130e89bae1dc 100644 (file)
@@ -9,7 +9,7 @@ MUTATOR_HOOKFUNCTION(cl_hook, BuildGameplayTipsString)
        {
                string key = getcommandkey(_("off-hand hook"), "+hook");
                M_ARGV(0, string) = strcat(M_ARGV(0, string),
-                       "\n\n", sprintf(_("^3grappling hook^8 is enabled, press ^3%s^8 to use it"), key), "\n");
+                       "\n", sprintf(_("^3grappling hook^8 is enabled, press ^3%s^8 to use it"), key), "\n");
        }
 }