diff options
Diffstat (limited to 'lib/plugin.cc')
-rw-r--r-- | lib/plugin.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugin.cc b/lib/plugin.cc index c16f9a4..fc24e9f 100644 --- a/lib/plugin.cc +++ b/lib/plugin.cc @@ -141,7 +141,7 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) // Experiment with a long non-<qt> string. Use that to find // sensible widths for the columns. // - text->setText(i18n("Send questions and comments to [email protected]")); + text->setText(i18n("Send questions and comments to [email protected]")); text->adjustSize(); int linewidth = text->size().width(); @@ -192,8 +192,8 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) s = TQString(); s += i18n("Send questions and comments to <a href=\"mailto:%1\">%2</a>.") - .tqarg( CSL1("[email protected]") ) - .tqarg( CSL1("[email protected]") ); + .tqarg( CSL1("[email protected]") ) + .tqarg( CSL1("[email protected]") ); s += ' '; s += i18n("Send bug reports to <a href=\"mailto:%1\">%2</a>.") .tqarg(p->bugAddress()) |