summaryrefslogtreecommitdiff
path: root/noncore/net/mail
authorsudonix <sudonix>2004-10-02 02:42:59 (UTC)
committer sudonix <sudonix>2004-10-02 02:42:59 (UTC)
commita321a4d98c7ef61af52e71f85b0a1a4dbdffa861 (patch) (unidiff)
treedb18ed344cc246d3a3dc1eec5c9a04c59aad73db /noncore/net/mail
parent3cc211b5ddc163b960f733082c56bdde12756318 (diff)
downloadopie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.zip
opie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.tar.gz
opie-a321a4d98c7ef61af52e71f85b0a1a4dbdffa861.tar.bz2
A few typos fixed
Diffstat (limited to 'noncore/net/mail') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/composemail.cpp2
-rw-r--r--noncore/net/mail/nntpgroupsui.ui2
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
@@ -204,7 +204,7 @@ void ComposeMail::accept()
204 mail->setTo( toLine->text() ); 204 mail->setTo( toLine->text() );
205 } else { 205 } else {
206 QMessageBox::warning(0,tr("Sending mail"), 206 QMessageBox::warning(0,tr("Sending mail"),
207 tr("No Receiver spezified" ) ); 207 tr("No Receiver specified" ) );
208 return; 208 return;
209 } 209 }
210 mail->setName(senderNameEdit->text()); 210 mail->setName(senderNameEdit->text());
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
@@ -95,7 +95,7 @@
95 <name>whatsThis</name> 95 <name>whatsThis</name>
96 <string>Enter a filter string here. 96 <string>Enter a filter string here.
97Then hit "get newsgroup list" again and only groups starting 97Then hit "get newsgroup list" again and only groups starting
98with that filter will be listet.</string> 98with that filter will be listed.</string>
99 </property> 99 </property>
100 </widget> 100 </widget>
101 </hbox> 101 </hbox>