-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index a1ce5a0..5ce90a9 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -269,3 +269,3 @@ void AddressbookWindow::slotConfig() if ( dlg -> exec() ) { - qWarning ("Config Dialog accepted !"); + qWarning ("Config Dialog accepted!"); m_config = dlg -> getConfig(); @@ -358,3 +358,3 @@ void AddressbookWindow::setDocument( const QString &filename ) "It was impossible to import the VCard.\n" - "The VCard may be corrupted !" ); + "The VCard may be corrupted!" ); } @@ -366,4 +366,4 @@ void AddressbookWindow::setDocument( const QString &filename ) if ( doAsk ){ - switch( QMessageBox::information( this, tr ( "Add Contact ?" ), - tr( "Do you really want add contact for \n%1 ?" ) + switch( QMessageBox::information( this, tr ( "Add Contact?" ), + tr( "Do you really want add contact for \n%1?" ) .arg( (*it).fullName().latin1() ), @@ -832,3 +832,3 @@ void AddressbookWindow::slotNotFound() { - qWarning("Got notfound signal !"); + qWarning("Got notfound signal!"); QMessageBox::information( this, tr( "Not Found" ), @@ -840,3 +840,3 @@ void AddressbookWindow::slotWrapAround() { - qWarning("Got wrap signal !"); + qWarning("Got wrap signal!"); // if ( doNotifyWrapAround ) |