summaryrefslogtreecommitdiffstats
path: root/src/reportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r--src/reportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp
index c073802..b33c529 100644
--- a/src/reportdialog.cpp
+++ b/src/reportdialog.cpp
@@ -105,7 +105,7 @@ ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/)
"margin:20% auto auto auto;text-align:center;"
"background:white;color:%1;}</style><body><p>").arg(contrastColor.name())
+ i18n("Select a report template and click <em>Generate</em>.") + ' '
- + i18n("Some reports may take several seconds to generate for large collections.");
+ + i18n("Some reports may take several seconds to generate for large collections.")
+ TQString::fromLatin1("</p></body></html>");
m_HTMLPart->begin();
m_HTMLPart->write(text);