From: Debugger Date: Sun, 7 Apr 2013 15:08:41 +0000 (+0200) Subject: replaced the 's by 's X-Git-Tag: xonotic-v0.8.0~347^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=988657118628d5cbd9025f6f570b53ddd8028b58;p=xonotic%2Fxonotic-data.pk3dir.git replaced the 's by 's --- diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index ad487cb32..e6e86c887 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -264,7 +264,7 @@ void Cmd_HUD_Help() print(_("^3suicides^7 Number of suicides\n")); print(_("^3frags^7 kills - suicides\n")); print(_("^3kd^7 The kill-death ratio\n")); - print(_("^3net^7 frags - deaths\n")); + print(_("^3net^7 frags - deaths\n")); print(_("^3caps^7 How often a flag (CTF) or a key (KeyHunt) was captured\n")); print(_("^3pickups^7 How often a flag (CTF) or a key (KeyHunt) or a ball (Keepaway) was picked up\n")); print(_("^3captime^7 Time of fastest cap (CTF)\n"));