]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
change representation of string offsets for allocated strings and engine
[xonotic/darkplaces.git] / console.c
index b709f13ad4075d41df822af0a2caa8fcb6a5bedd..455b6c330acd901cf76a466ea1d2b4e747400754 100644 (file)
--- a/console.c
+++ b/console.c
@@ -2751,7 +2751,7 @@ void Con_CompleteCommandLine (void)
        a = Cmd_CompleteAliasCountPossible(s);
        if (a)
        {
-               Con_Printf("\n%i possible aliases%s\n", a, (a > 1) ? "s: " : ":");
+               Con_Printf("\n%i possible alias%s\n", a, (a > 1) ? "es: " : ":");
                Cmd_CompleteAliasPrint(s);
        }
        n = Nicks_CompleteCountPossible(key_line, key_linepos, s, true);