* Update 'Welcome' text.

This commit is contained in:
Konstantin Isakov 2009-05-24 17:38:38 +00:00
parent e95c6bba40
commit 31c735c2d5

View file

@ -123,17 +123,14 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor(
{ {
result += tr( result += tr(
"<h3 align=\"center\">Welcome to <b>GoldenDict</b>!</h3>" "<h3 align=\"center\">Welcome to <b>GoldenDict</b>!</h3>"
"<p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search " "<p>To start working with the program, first visit <b>Edit|Dictionaries</b> to add some directory paths where to search "
"for the dictionary files, and/or set up various Wikipedia sources. " "for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups."
"After that, you can optionally organize all the dictionaries found into groups "
"in <b>Edit|Groups</b>."
"<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. "
"All settings there have tooltips, be sure to read them if you are in doubt about anything."
"<p>And then you're ready to look up your words! You can do that in this window " "<p>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 <a href=\"Working with popup\">look up words from other active applications</a>. " "by using a pane to the left, or you can <a href=\"Working with popup\">look up words from other active applications</a>. "
"<p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. "
"All settings there have tooltips, be sure to read them if you are in doubt about anything."
"<p>Should you need further help, have any questions, " "<p>Should you need further help, have any questions, "
"suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.berlios.de/forum/\">forum</a>." "suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.berlios.de/forum/\">forum</a>."
"<p>You can also contact the author directly by writing an <a href=\"mailto: Konstantin Isakov <ikm@users.berlios.de>\">e-mail</a>."
"<p>Check program's <a href=\"http://goldendict.berlios.de/\">website</a> for the updates. " "<p>Check program's <a href=\"http://goldendict.berlios.de/\">website</a> for the updates. "
"<p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later." "<p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later."