]> jfr.im git - irc/evilnet/x3.git/commitdiff
addplan failure message use correct message string
authorrubin <redacted>
Thu, 27 Jul 2006 02:32:47 +0000 (02:32 +0000)
committerrubin <redacted>
Thu, 27 Jul 2006 02:32:47 +0000 (02:32 +0000)
ChangeLog
src/opserv.c

index db34f68d3f8cc6219bc332efc03e49db470f0bed..876239e11b4cafa91ab1d652afc4625186e41384 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
 2006-07-26  Alex Schumann  <rubin@afternet.org>
        
        * src/opserv.c: Fix crash when doing reroute if routing isnt
-       configured.
+       configured. | Voice discovered that the error message for addplan fail
+       was typeo'd so not showing.
 
        * src/opserv.help: slight changes to routing help.
 
index be3d10b2867d8f6149737f0c55e352dbd0fa74de..63f37878288c234668751f8c9f9b9123bfbcb26b 100644 (file)
@@ -288,7 +288,7 @@ static const struct message_entry msgtab[] = {
     { "OSMSG_ROUTINGPLAN_NAME",  "$b%s:$b" },
     { "OSMSG_ROUTINGPLAN_SERVER","      %s:%d <-- %s[%d/%s] (%s)" }, 
     { "OSMSG_ADDPLAN_SUCCESS", "Added new routing plan '%s'." },
-    { "OSMSG_ADDPLAN_FAILURE", "Could not add new plan '%s' (does it already exist?)." },
+    { "OSMSG_ADDPLAN_FAILED", "Could not add new plan '%s' (does it already exist?)." },
     { "OSMSG_INVALID_PLAN", "That routing plan name is not valid." },
     { "OSMSG_PLAN_DELETED", "The routing plan was sucessfully deleted." },
     { "OSMSG_PLAN_NOT_FOUND", "There is no routing plan called '%s'." },