Skip to content
Snippets Groups Projects
Commit 437b7c48 authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

[#1781] Window title is SFLPhone

parent 7968e82d
No related branches found
No related tags found
No related merge requests found
......@@ -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" >
......
......@@ -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);
......
......@@ -59,7 +59,7 @@ SFLPhone::SFLPhone(QWidget *parent)
setWindowIcon(QIcon(ICON_SFLPHONE));
setWindowTitle(i18n("SFLPhone"));
setWindowTitle(i18n("SFLphone"));
setupActions();
......
......@@ -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
......
......@@ -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 )
......
......@@ -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.";
......
......@@ -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();
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment