add missing tr()s, etc., add some //: comments

This commit is contained in:
Oswald Buddenhagen
2009-04-17 21:11:52 +02:00
parent 9db13e3255
commit 6d5eeb7afb
35 changed files with 102 additions and 97 deletions

View File

@@ -604,8 +604,8 @@ void HelpPlugin::activateContext()
if (viewer) {
viewer->setSource(QUrl());
viewer->setHtml("<html><head><title>No Documentation</title></head><body><br/><br/><center>No"
" documentation available.</center></body></html>");
viewer->setHtml(tr("<html><head><title>No Documentation</title></head><body><br/><br/><center>No"
" documentation available.</center></body></html>"));
//activateIndex();
}
}