diff options
-rw-r--r-- | src/IO/about.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 03d5057c..78346113 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -191,7 +191,7 @@ const char *const AboutSplash= " <tr><td> \n" " <td><a href='http://www.violence.de'>Peace&Violence</a>\n" " <tr><td> \n" -" <td><a href='http://www.gnu.org/philosophy/right-to-read.html'>" +" <td><a href='http://www.gnu.org/philosophy/right-to-read.html'>\n" " Right to Read</a>\n" " </table>\n" " </table>\n" @@ -217,7 +217,8 @@ const char *const AboutSplash= " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'><tr><td>\n" " <p>\n" -" Dillo is Free Software in the terms of the GPL3.\n" +" Dillo is Free Software under the terms of version 3 of the\n" +" <a href='http://www.gnu.org/licenses/gpl.html'>GPL</a>.\n" " This means you have four basic freedoms:\n" " <ul>\n" " <li>Freedom to use the program any way you see fit.\n" @@ -225,10 +226,9 @@ const char *const AboutSplash= " <li>Freedom to make backup copies.\n" " <li>Freedom to redistribute it.\n" " </ul>\n" -" The <a href='http://www.gnu.org/licenses/gpl.html'>GPL3</a>\n" -" is the legal mechanism that gives you these freedoms.\n" -" It also protects them from being taken away: any derivative work\n" -" based on the program must be under the GPL3.<br>\n" +" The GPL is the legal mechanism that gives you these freedoms.\n" +" It also protects you from having them taken away: any derivative work\n" +" based on the program must be under GPLv3 as well.<br>\n" " </table>\n" "</table>\n" "</table>\n" @@ -249,8 +249,8 @@ const char *const AboutSplash= "<p>\n" "[...]\n" "<p>\n" -"Remember that dillo project uses a release model where every new\n" -"browser shall be better than the former.\n" +"Remember that the dillo project uses a release model where every new\n" +"version shall be better than the last.\n" "<EM>Keep up with the latest one!</EM>\n" " </table>\n" "</table>\n" @@ -298,16 +298,16 @@ const char *const AboutSplash= "<ul>\n" " <li> There's a\n" " <a href='http://www.dillo.org/dillorc'>dillorc</a>\n" -" (readable config) file within the tarball; It is well commented\n" +" (readable config) file within the tarball; It is well-commented\n" " and has plenty of options to customize dillo, so <STRONG>copy\n" " it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory, and\n" -" modify to your taste.\n" -" <li> There's documentation for developers in the <CODE>/doc</CODE>\n" +" modify it to your taste.\n" +" <li> Documentation for developers is in the <CODE>/doc</CODE>\n" " dir within the tarball; you can find directions on everything\n" " else at the home page.\n" -" <li> Dillo has context sensitive menus using the\n" -" right mouse button (available on pages, links, images,\n" -" the Back and Forward buttons, and bug meter).\n" +" <li> The right mouse button brings up a context-sensitive menu\n" +" (available on pages, links, images, forms, the Back and Forward buttons,\n" +" and the bug meter).\n" " <li> Dillo behaves very nicely when browsing local files, images, and HTML.\n" " It's also very good for Internet searching.\n" " <li> This release is mainly intended <strong>for developers</strong>\n" |