# HG changeset patch # User Matthew Wild # Date 1241537863 -3600 # Node ID 055cfdc96afaf98f58962fb7fe6f7eaf2aa7a4a2 # Parent da7ff11a03ee53c6049b631ece9a705537ec56ac prosodyctl: Add message for unable-to-save-data error diff -r da7ff11a03ee -r 055cfdc96afa prosodyctl --- a/prosodyctl Tue May 05 16:37:17 2009 +0100 +++ b/prosodyctl Tue May 05 16:37:43 2009 +0100 @@ -92,6 +92,7 @@ ["invalid-hostname"] = "The given hostname is invalid"; ["no-password"] = "No password was supplied"; ["no-such-user"] = "The given user does not exist on the server"; + ["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?"; }, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end }); hosts = {};