mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
More translateable strings, #1354
This commit is contained in:
@@ -30,7 +30,7 @@ class CSampleWebAPIMod : public CModule {
|
||||
}
|
||||
|
||||
if (WebSock.IsPost()) {
|
||||
// print the text we just recieved
|
||||
// print the text we just received
|
||||
CString text = WebSock.GetRawParam("text", true);
|
||||
WebSock.PrintHeader(text.length(), "text/plain; charset=UTF-8");
|
||||
WebSock.Write(text);
|
||||
@@ -56,4 +56,4 @@ void TModInfo<CSampleWebAPIMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("samplewebapi");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CSampleWebAPIMod, "Sample Web API module.")
|
||||
GLOBALMODULEDEFS(CSampleWebAPIMod, t_s("Sample Web API module."))
|
||||
|
||||
Reference in New Issue
Block a user