summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTobias Weimer <tweimer@users.noreply.github.com>2019-07-29 20:06:07 +0200
committerGitHub <noreply@github.com>2019-07-29 20:06:07 +0200
commitd87d1afb313c692fa25d770df80da33302364ea4 (patch)
tree26a5ecc6804a00aa98e20431eb02b6a54ed67a1e /protocols
parenteeab4132bd82006bcdf078631515227324855414 (diff)
JabberG:
* Fixed typo
Diffstat (limited to 'protocols')
-rwxr-xr-xprotocols/JabberG/src/jabber_userinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp
index ad576b0526..1a3e01f3d2 100755
--- a/protocols/JabberG/src/jabber_userinfo.cpp
+++ b/protocols/JabberG/src/jabber_userinfo.cpp
@@ -225,7 +225,7 @@ static void sttFillResourceInfo(CJabberProto *ppro, HWND hwndTree, HTREEITEM hti
if (len > 0)
buf[len - 1] = 0;
}
- else mir_strncpy(buf, TranslateU("<currenty online>"), _countof(buf));
+ else mir_strncpy(buf, TranslateU("<currently online>"), _countof(buf));
sttFillInfoLine(hwndTree, htiResource, nullptr, TranslateT("Last activity"), buf, sttInfoLineId(resource, INFOLINE_IDLE));
}