summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_opt.cpp')
-rw-r--r--protocols/JabberG/src/jabber_opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp
index 524050fd1c..089a486aa3 100644
--- a/protocols/JabberG/src/jabber_opt.cpp
+++ b/protocols/JabberG/src/jabber_opt.cpp
@@ -994,7 +994,7 @@ static void _RosterListClear(HWND hwndDlg)
column.pszText = TranslateT("JID");
ListView_InsertColumn(hList, 1, &column);
- column.pszText = TranslateT("Nick Name");
+ column.pszText = TranslateT("Nickname");
ListView_InsertColumn(hList, 2, &column);
column.pszText = TranslateT("Group");