Commit da560529 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

sp, closes OF-424


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12020 b35dd754-fafc-0310-a699-88a17e54d16e
parent 32f69c36
......@@ -479,7 +479,7 @@ public class ChatSettingsCreator {
labelMap.put(KeyEnum.transcript_sent_text, "Transcript Sent Message");
descriptions.put(KeyEnum.transcript_sent_text.toString(), "Message displayed to user when their transcript has been sent successfully");
textMap.put(KeyEnum.transcript_not_sent_text, "The transcript could not be sent. We are sorry for the inconvience");
textMap.put(KeyEnum.transcript_not_sent_text, "The transcript could not be sent. We are sorry for the inconvenience");
labelMap.put(KeyEnum.transcript_not_sent_text, "Transcript Send Error");
descriptions.put(KeyEnum.transcript_not_sent_text.toString(), "Message displayed when a transcript could not be sent.");
......@@ -488,4 +488,4 @@ public class ChatSettingsCreator {
labelMap.put(KeyEnum.no_help, "No Help Available");
descriptions.put(KeyEnum.no_help.toString(), "Message displayed when no agent is online and offline settings is not configured.");
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment