diff --git a/sflphone-client-kde/SFLPhone.cpp b/sflphone-client-kde/SFLPhone.cpp
index dfa6a928b458547942ac6a99f7459167aa24ade0..a1bc077b76f50ecbb533d77f67b16431b4abad43 100644
--- a/sflphone-client-kde/SFLPhone.cpp
+++ b/sflphone-client-kde/SFLPhone.cpp
@@ -30,6 +30,7 @@ SFLPhone::SFLPhone(QWidget *parent)
 
 
 		setWindowIcon(QIcon(ICON_SFLPHONE));
+		setWindowTitle(tr2i18n("SFLPhone"));
 		
 		setupActions();
 		
diff --git a/sflphone-client-kde/main.cpp b/sflphone-client-kde/main.cpp
index 9603e57581fa414a986b9f1ea85763b4f6a93734..65a87ac6da97bee254e51115fd6e92d6c4132e91 100644
--- a/sflphone-client-kde/main.cpp
+++ b/sflphone-client-kde/main.cpp
@@ -44,7 +44,7 @@ int main(int argc, char **argv)
 		KAboutData about(
 		   "sflphone-client-kde", 
 		   0, 
-		   ki18n("sflphone-client-kde"), 
+		   ki18n("sflphone KDE client"), 
 		   version, 
 		   ki18n(description),
 		   KAboutData::License_GPL, 
diff --git a/sflphone-client-kde/sflphone_const.h b/sflphone-client-kde/sflphone_const.h
index 9238da02ba6a2395f34f0a8fd7bb2be99c894fab..94a4d600dfe65629bfd0ef3f5f3bdf312ca9fa80 100644
--- a/sflphone-client-kde/sflphone_const.h
+++ b/sflphone-client-kde/sflphone_const.h
@@ -48,7 +48,7 @@
 #define CONTACT_ITEM_HEIGHT               40
 
 
-#define ACTION_LABEL_CALL                 i18nc("Call")
+#define ACTION_LABEL_CALL                 tr2i18n("Call")
 #define ACTION_LABEL_HANG_UP              tr2i18n("Hang up")
 #define ACTION_LABEL_HOLD                 tr2i18n("Hold")
 #define ACTION_LABEL_TRANSFER             tr2i18n("Transfer")