File xchat-2.8.6-not-stupid-149670.patch of Package xchat
---
src/common/cfgfiles.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -757,7 +757,7 @@ load_config (void)
#ifndef __EMX__
/* OS/2 uses UID 0 all the time */
if (getuid () == 0)
- fe_message (_("* Running IRC as root is stupid! You should\n"
+ fe_message (_("* Running IRC as root is not recommended! You should\n"
" create a User Account and use that to login.\n"), FE_MSG_WARN|FE_MSG_WAIT);
#endif
#endif /* !WIN32 */