author | sudonix <sudonix> | 2004-10-02 02:42:59 (UTC) |
---|---|---|
committer | sudonix <sudonix> | 2004-10-02 02:42:59 (UTC) |
commit | a321a4d98c7ef61af52e71f85b0a1a4dbdffa861 (patch) (side-by-side diff) | |
tree | db18ed344cc246d3a3dc1eec5c9a04c59aad73db /noncore | |
parent | 3cc211b5ddc163b960f733082c56bdde12756318 (diff) | |
download | opie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.zip opie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.tar.gz opie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.tar.bz2 |
A few typos fixed
-rw-r--r-- | noncore/net/mail/composemail.cpp | 2 | ||||
-rw-r--r-- | noncore/net/mail/nntpgroupsui.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/mail/composemail.cpp b/noncore/net/mail/composemail.cpp index 449fdf1..154c1d5 100644 --- a/noncore/net/mail/composemail.cpp +++ b/noncore/net/mail/composemail.cpp @@ -199,17 +199,17 @@ void ComposeMail::accept() SMTPaccount *smtp = smtpAccounts.at( smtpAccountBox->currentItem() ); mail->setMail(fromBox->currentText()); if ( !toLine->text().isEmpty() ) { mail->setTo( toLine->text() ); } else { QMessageBox::warning(0,tr("Sending mail"), - tr("No Receiver spezified" ) ); + tr("No Receiver specified" ) ); return; } mail->setName(senderNameEdit->text()); mail->setCC( ccLine->text() ); mail->setBCC( bccLine->text() ); mail->setReply( replyLine->text() ); mail->setSubject( subjectLine->text() ); if (!m_replyid.isEmpty()) { diff --git a/noncore/net/mail/nntpgroupsui.ui b/noncore/net/mail/nntpgroupsui.ui index 2902731..374884b 100644 --- a/noncore/net/mail/nntpgroupsui.ui +++ b/noncore/net/mail/nntpgroupsui.ui @@ -90,17 +90,17 @@ <property stdset="1"> <name>name</name> <cstring>Groupfilteredit</cstring> </property> <property> <name>whatsThis</name> <string>Enter a filter string here. Then hit "get newsgroup list" again and only groups starting -with that filter will be listet.</string> +with that filter will be listed.</string> </property> </widget> </hbox> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> |