diff --git a/src/article_maker.cc b/src/article_maker.cc index 2bc1a774..25958b78 100644 --- a/src/article_maker.cc +++ b/src/article_maker.cc @@ -250,11 +250,6 @@ std::string ArticleMaker::makeNotFoundBody( QString const & word, QString const string ArticleMaker::makeWelcomeHtml() const { string result = makeHtmlHeader( tr( "Welcome!" ), QString(), cfg.alwaysExpandOptionalParts ); - //tooltip - result += R"()"; - result += R"()"; - result += R"()"; - result += tr( @@ -262,7 +257,7 @@ string ArticleMaker::makeWelcomeHtml() const "
To start working with the program, first visit Edit|Dictionaries to add some directory paths where to search " "for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups." "
And then you're ready to look up your words! You can do that in this window " - "by using a pane to the left, or you can . " + "by using a pane to the left, or you can look up words from other active applications. " "
To customize program, check out the available preferences at Edit|Preferences. " "All settings there have tooltips, be sure to read them if you are in doubt about anything." "
Should you need further help, have any questions, " @@ -302,19 +297,6 @@ string ArticleMaker::makeWelcomeHtml() const theme = "light"; } - result += QString( - R"()" ) - .arg( theme ) - .toStdString(); - result += "