diff --git a/sflphone-client-kde/doc/index.docbook b/sflphone-client-kde/doc/index.docbook
index 0e82203c8da98de7e837cca8c99e59936ce7c58b..5bf4cfa21d6bc2433964c81cd9dc02b11667ec93 100644
--- a/sflphone-client-kde/doc/index.docbook
+++ b/sflphone-client-kde/doc/index.docbook
@@ -13,7 +13,7 @@
   <!ENTITY pt-cell "cell phone">
   <!ENTITY pt-work "work phone">
 
-  <!ENTITY sflphone "SFLPhone">
+  <!ENTITY sflphone "SFLphone">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % English "INCLUDE" >
   
diff --git a/sflphone-client-kde/src/AccountWizard.cpp b/sflphone-client-kde/src/AccountWizard.cpp
index 4235aa52227eaf34d7fa16ba1843dd2af21dd154..ba73b0052ec4a6e16a2e0450359033bd4e67bd4f 100644
--- a/sflphone-client-kde/src/AccountWizard.cpp
+++ b/sflphone-client-kde/src/AccountWizard.cpp
@@ -276,7 +276,7 @@ WizardIntroPage::WizardIntroPage(QWidget *parent)
      : QWizardPage(parent)
 {
 	setTitle(i18n("Account Creation Wizard"));
-	setSubTitle(i18n("Welcome to the Account creation wizard of SFLPhone"));
+	setSubTitle(i18n("Welcome to the Account creation wizard of SFLphone"));
 
 	introLabel = new QLabel(i18n("This wizard will help you setting up an account."));
 	introLabel->setWordWrap(true);
diff --git a/sflphone-client-kde/src/SFLPhone.cpp b/sflphone-client-kde/src/SFLPhone.cpp
index 179023b5c74953fd0762ea37dd06c412a24c10cf..ff1147a9fe69c2793efdeac6aa27846e5748d79d 100644
--- a/sflphone-client-kde/src/SFLPhone.cpp
+++ b/sflphone-client-kde/src/SFLPhone.cpp
@@ -59,7 +59,7 @@ SFLPhone::SFLPhone(QWidget *parent)
 
 
 		setWindowIcon(QIcon(ICON_SFLPHONE));
-		setWindowTitle(i18n("SFLPhone"));
+		setWindowTitle(i18n("SFLphone"));
 		
 		setupActions();
 		
diff --git a/sflphone-client-kde/src/conf/dlgaccounts.cpp b/sflphone-client-kde/src/conf/dlgaccounts.cpp
index 01333831f765807e9ad3961c9b00977bd63c9714..f0732f85e8c26f9eff9d3a0e99da26b1cc1ffcdd 100644
--- a/sflphone-client-kde/src/conf/dlgaccounts.cpp
+++ b/sflphone-client-kde/src/conf/dlgaccounts.cpp
@@ -99,7 +99,7 @@ void DlgAccounts::saveAccountList()
 		else{
 			if(! accountIds.contains(current.getAccountId()))
 			{
-				qDebug() << "The account with id " << current.getAccountId() << " doesn't exist. It might have been removed by another SFLPhone client.";
+				qDebug() << "The account with id " << current.getAccountId() << " doesn't exist. It might have been removed by another SFLphone client.";
 				currentId = QString();
 			}
 			else
diff --git a/sflphone-client-kde/src/sflphone_const.h b/sflphone-client-kde/src/sflphone_const.h
index 339613bea710f93b9dfe095464a067fa7660ffa8..06d67cef2b1cd91e6d654cf6e066bc06db16a8ce 100644
--- a/sflphone-client-kde/src/sflphone_const.h
+++ b/sflphone-client-kde/src/sflphone_const.h
@@ -27,7 +27,7 @@
  * @brief Contains the global variables for the client code
  */
  
-#define APP_NAME                          "SFLPhone KDE Client"
+#define APP_NAME                          "SFLphone KDE Client"
 
 /** Locale */
 // #define _(STRING)                         gettext( STRING )   
diff --git a/sflphone-client-kde/src/sflphone_kdeview.cpp b/sflphone-client-kde/src/sflphone_kdeview.cpp
index c0366da604435618090f9ec2f19663a57ee543d3..3049235f1a1c6ee6c872963a1614be2b2bedd420 100644
--- a/sflphone-client-kde/src/sflphone_kdeview.cpp
+++ b/sflphone-client-kde/src/sflphone_kdeview.cpp
@@ -1044,17 +1044,17 @@ void sflphone_kdeView::on_stackedWidget_screen_currentChanged(int index)
 	{
 		case 0:
 			qDebug() << "Switched to call list screen.";
-			window->setWindowTitle(i18n("SFLPhone") + " - " + i18n("Main screen"));
+			window->setWindowTitle(i18n("SFLphone") + " - " + i18n("Main screen"));
 			break;
 		case 1:
 			qDebug() << "Switched to call history screen.";
 			updateCallHistory();
-			window->setWindowTitle(i18n("SFLPhone") + " - " + i18n("Call history"));
+			window->setWindowTitle(i18n("SFLphone") + " - " + i18n("Call history"));
 			break;
 		case 2:
 			qDebug() << "Switched to address book screen.";
 			updateAddressBook();
-			window->setWindowTitle(i18n("SFLPhone") + " - " + i18n("Address book"));
+			window->setWindowTitle(i18n("SFLphone") + " - " + i18n("Address book"));
 			break;
 		default:
 			qDebug() << "Error : reached an unknown index \"" << index << "\" with stackedWidget_screen.";
diff --git a/sflphone-client-kde/src/sflphone_kdeview.h b/sflphone-client-kde/src/sflphone_kdeview.h
index 8accc3dc82f81890c91b8932a8aafc26a957f230..41bdde02f89c710300c73f5ce30f2117da0db658 100644
--- a/sflphone-client-kde/src/sflphone_kdeview.h
+++ b/sflphone-client-kde/src/sflphone_kdeview.h
@@ -105,7 +105,7 @@ public:
 	/**
 	* Used to sort contacts according to their types with Kabc.
 	* @return the integer resulting to the flags of the types 
-	* chosen to be displayed in SFLPhone configuration.
+	* chosen to be displayed in SFLphone configuration.
 	*/
 	int phoneNumberTypesDisplayed();
 	
diff --git a/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui b/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui
index 02ef5f252555b89cb6bd43fd0ba81c2725a39cc0..4cdc5aab6efc7c74ea0e2f6f3f95e95445845fc4 100644
--- a/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui
+++ b/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui
@@ -395,7 +395,10 @@
   </action>
   <action name="action_configureSflPhone">
    <property name="text">
-    <string>&amp;Configure SFLPhone</string>
+    <string>&amp;Configure SFLphone</string>
+   </property>
+   <property name="toolTip">
+    <string>Configure SFLphone</string>
    </property>
   </action>
   <action name="action_displayVolumeControls">