diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2019-07-29 20:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 20:06:07 +0200 |
commit | d87d1afb313c692fa25d770df80da33302364ea4 (patch) | |
tree | 26a5ecc6804a00aa98e20431eb02b6a54ed67a1e /protocols | |
parent | eeab4132bd82006bcdf078631515227324855414 (diff) |
JabberG:
* Fixed typo
Diffstat (limited to 'protocols')
-rwxr-xr-x | protocols/JabberG/src/jabber_userinfo.cpp | 2 |
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)); } |