author | eilers <eilers> | 2003-02-16 13:51:04 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-02-16 13:51:04 (UTC) |
commit | 7fab90d46144843d32e476ada8d0a5f40f50aa60 (patch) (side-by-side diff) | |
tree | df3ce3df117df0485db71a236cccad9dc253c426 | |
parent | fb16f3317916704eca14d35271d48130bfa78c6c (diff) | |
download | opie-7fab90d46144843d32e476ada8d0a5f40f50aa60.zip opie-7fab90d46144843d32e476ada8d0a5f40f50aa60.tar.gz opie-7fab90d46144843d32e476ada8d0a5f40f50aa60.tar.bz2 |
Error message was too long.. Fixed!
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 8888611..ad8315d 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -354,9 +354,9 @@ void AddressbookWindow::setDocument( const QString &filename ) qWarning( "Found number of contacts in File: %d", allList.count() ); if ( !allList.count() ) { QMessageBox::information( this, "Import VCard", - "It was impossible to import the VCard.\n" + "It was impossible to import\nthe VCard.\n" "The VCard may be corrupted!" ); } bool doAsk = true; |