diff options
Diffstat (limited to 'quanta/treeviews/templatestreeview.cpp')
-rw-r--r-- | quanta/treeviews/templatestreeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/templatestreeview.cpp b/quanta/treeviews/templatestreeview.cpp index ae828dcb..98fc5048 100644 --- a/quanta/treeviews/templatestreeview.cpp +++ b/quanta/treeviews/templatestreeview.cpp @@ -984,7 +984,7 @@ void TemplatesTreeView::slotSendInMail() TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send template in email").ascii() ); TQString toStr; - TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] template tarball.\n\nHave fun.\n"); + TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] template tarball.\n\nHave fun.\n"); TQString titleStr; TQString subjectStr; |