author | cniehaus <cniehaus> | 2002-12-13 16:17:10 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-13 16:17:10 (UTC) |
commit | 33513c771164337da46c65f379c98b06adb6f704 (patch) (unidiff) | |
tree | 425faf58b3921eabf359bf9cbeaf6d2f03aa7708 | |
parent | 841d22f7678efa02bb73476e7f5214e4323ef260 (diff) | |
download | opie-33513c771164337da46c65f379c98b06adb6f704.zip opie-33513c771164337da46c65f379c98b06adb6f704.tar.gz opie-33513c771164337da46c65f379c98b06adb6f704.tar.bz2 |
i18n-fixes
-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() | |||
269 | if ( dlg -> exec() ) { | 269 | if ( dlg -> exec() ) { |
270 | qWarning ("Config Dialog accepted !"); | 270 | qWarning ("Config Dialog accepted!"); |
271 | m_config = dlg -> getConfig(); | 271 | m_config = dlg -> getConfig(); |
@@ -358,3 +358,3 @@ void AddressbookWindow::setDocument( const QString &filename ) | |||
358 | "It was impossible to import the VCard.\n" | 358 | "It was impossible to import the VCard.\n" |
359 | "The VCard may be corrupted !" ); | 359 | "The VCard may be corrupted!" ); |
360 | } | 360 | } |
@@ -366,4 +366,4 @@ void AddressbookWindow::setDocument( const QString &filename ) | |||
366 | if ( doAsk ){ | 366 | if ( doAsk ){ |
367 | switch( QMessageBox::information( this, tr ( "Add Contact ?" ), | 367 | switch( QMessageBox::information( this, tr ( "Add Contact?" ), |
368 | tr( "Do you really want add contact for \n%1 ?" ) | 368 | tr( "Do you really want add contact for \n%1?" ) |
369 | .arg( (*it).fullName().latin1() ), | 369 | .arg( (*it).fullName().latin1() ), |
@@ -832,3 +832,3 @@ void AddressbookWindow::slotNotFound() | |||
832 | { | 832 | { |
833 | qWarning("Got notfound signal !"); | 833 | qWarning("Got notfound signal!"); |
834 | QMessageBox::information( this, tr( "Not Found" ), | 834 | QMessageBox::information( this, tr( "Not Found" ), |
@@ -840,3 +840,3 @@ void AddressbookWindow::slotWrapAround() | |||
840 | { | 840 | { |
841 | qWarning("Got wrap signal !"); | 841 | qWarning("Got wrap signal!"); |
842 | // if ( doNotifyWrapAround ) | 842 | // if ( doNotifyWrapAround ) |