i18n: make the win client translation ready

Issue: #80359
Change-Id: I87f674050c1345dd75699505b5ea57a4de5a4961
diff --git a/contactdelegate.cpp b/contactdelegate.cpp
index c8f0565..009d102 100644
--- a/contactdelegate.cpp
+++ b/contactdelegate.cpp
@@ -86,7 +86,7 @@
                 painter->drawText(QRect(rect.left()+sizeImage_+5,
                                         rect.top() + rect.height()/2,
                                         rect.width(), rect.height()/2),
-                                  opt.displayAlignment, "<Multiple contact methods>");
+                                  opt.displayAlignment, tr("<Multiple contact methods>"));
                 break;
             }
         }