1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 19:46:38 +02:00

fixed a typo in os_news, thanks to Dan for reporting it

This commit is contained in:
DukePyrolator
2011-03-13 07:09:17 +01:00
parent fbae3344ff
commit 5a0d04bb81
+1 -1
View File
@@ -40,7 +40,7 @@ struct NewsMessages msgarray[] = {
_("Added new logon news item (#%d)."),
_("Syntax: \002LOGONNEWS DEL {\037num\037 | ALL}"),
_("Logon news item #%s not found!"),
_("LOGONNEWS {ADD|DEL|LIST} [\037text\037|\037num\037]\002"),
_("Logon news item #%d deleted."),
_("No logon news items to delete!"),
_("All logon news items deleted.")}
},