diff --git a/clientgui/NoticeListCtrl.cpp b/clientgui/NoticeListCtrl.cpp
index 582f205e5c..513c0725ad 100644
--- a/clientgui/NoticeListCtrl.cpp
+++ b/clientgui/NoticeListCtrl.cpp
@@ -196,7 +196,7 @@ void CNoticeListCtrl::SetItemCount(int newCount) {
if (!strURL.IsEmpty()) {
strTemp.Printf(
- wxT(" · %s "),
+ wxT(" · %s "),
strURL.c_str(),
_("more...")
);