]> git.sesse.net Git - vlc/commitdiff
Don't insult the user - Patch by Torsten Spindler
authorClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 21:25:51 +0000 (21:25 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 21:25:51 +0000 (21:25 +0000)
modules/control/telnet.c

index 05b89946babec8415caafc3be305d5a3be4a97ad..7ddc978d9f118f79b25141c6eedbd8df2bc24a15 100644 (file)
@@ -366,7 +366,7 @@ static void Run( intf_thread_t *p_intf )
                 else
                 {
                     /* wrong password */
-                    Write_message( cl, NULL, "\r\nTry again, you polio:",
+                    Write_message( cl, NULL, "\r\nWrong password. ",
                                    WRITE_MODE_PWD );
                 }
             }