[APPDB] Assorted spelling fixes and tweaks

Francois Gouget fgouget at free.fr
Mon Jan 10 06:40:24 CST 2005


Changelog:

  * README
    addcomment.php
    appsubmit.php
    index.php
    maintainersubmit.php
    screenshots.php
    admin/adminAppDataQueue.php
    help/generic.help
    tables/create_tables

    Assorted spelling fixes.
    Small wording tweaks.
    Capitalize Wine when referring to the project.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                RFC 2549: ftp://ftp.isi.edu/in-notes/rfc2549.txt
                 IP over Avian Carriers with Quality of Service
-------------- next part --------------
Index: README
===================================================================
RCS file: /var/cvs/appdb/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- README	25 Dec 2004 19:50:57 -0000	1.5
+++ README	26 Dec 2004 00:08:45 -0000
@@ -74,4 +74,4 @@
 Allow from all
 </Directory>
 
-# edit local config as nessary to allow access.
+# edit local config as necessary to allow access.
Index: addcomment.php
===================================================================
RCS file: /var/cvs/appdb/addcomment.php,v
retrieving revision 1.10
diff -u -r1.10 addcomment.php
--- addcomment.php	29 Dec 2004 20:21:31 -0000	1.10
+++ addcomment.php	2 Jan 2005 11:47:06 -0000
@@ -66,8 +66,8 @@
                 $ms .= $_REQUEST['body']."\n";
                 $ms .= "\n";
                 $ms .= "------- You are receiving this mail because: -------\n";
-                $ms .= "Someone posted a comment in responce to your comment\n";
-                $ms .= "to change your preverences go to: http://appdb.winehq.org/preferences.php\n";
+                $ms .= "Someone posted a comment in response to your comment\n";
+                $ms .= "to change your preferences go to: http://appdb.winehq.org/preferences.php\n";
 
                 mail(stripslashes($email), "[AppDB] (Comment Reply): ".$fullAppName ,$ms);
                 
Index: appsubmit.php
===================================================================
RCS file: /var/cvs/appdb/appsubmit.php,v
retrieving revision 1.14
diff -u -r1.14 appsubmit.php
--- appsubmit.php	30 Dec 2004 16:29:27 -0000	1.14
+++ appsubmit.php	10 Jan 2005 12:14:30 -0000
@@ -119,9 +119,9 @@
   echo "and you will be notified via email if this application will be added to\n";
   echo "the database.</p>\n";
   echo "<p>Please don't forget to mention which Wine version you used, how well it worked\n";
-  echo "and if any workaround were needed. Haveing app descriptions just sponsoring the app\n";
-  echo "(Yes, some vendor want to use the appdb for this) or saying \"I haven't tried this app with wine\" ";
-  echo "won't help wine development or wine users.</p>\n";
+  echo "and if any workaround were needed. Having app descriptions just sponsoring the app\n";
+  echo "(Yes, some vendor want to use the appdb for this) or saying \"I haven't tried this app with Wine\" ";
+  echo "won't help Wine development or Wine users.</p>\n";
   echo "<p>To submit screenshots, please email them to ";
   echo "<a href='mailto:appdb at winehq.org'>appdb at winehq.org</a></p>\n";
 
Index: index.php
===================================================================
RCS file: /var/cvs/appdb/index.php,v
retrieving revision 1.17
diff -u -r1.17 index.php
--- index.php	29 Dec 2004 03:37:58 -0000	1.17
+++ index.php	10 Jan 2005 12:18:33 -0000
@@ -237,7 +237,7 @@
      (Dlls installed atl.dll,msvcrt.dll)<br />
     Run: No, required comctl32 (imagelist proble) and riched32 native.
      (it wasn't able to add users to contact list even with this native
-      dlls, i don't know if it was a different problem, or wine related)</td>
+      dlls, I don't know if it was a different problem, or Wine related)</td>
         <td><span class=todo>[TODO]</span></td>
     </tr>
 
@@ -261,9 +261,9 @@
         <td>3.00</td>
         <td>This is a version of the popular RAR compression format, offering significantly improved compression ratios.</td>
         <td>11</td>
-        <td>Install: Yes. (It will install winrar in the directory what you are
-      when run the installer, it is a buggy because you must stop the
-      installation with ctrl+c when it will ask by "overwrite files", but
+        <td>Install: Yes. (It will install winrar in the directory where you are
+      when you run the installer, it is buggy because you must stop the
+      installation with ctrl+c when it asks to "overwrite files", but
       it works).<br />
     Run: Yes. (minor glitches in bugzilla)
     </td>
@@ -306,9 +306,9 @@
 application site. The site contains tips and howtos on getting listed apps to run.
 </p>
 <p>
-<a href="http://sidenet.ddo.jp/winetips/config.html"><b>Sidenet wine configuration utility</b></a>:  Installs Internet Explorer 6 and Windows Media Player 7 automatically (works also with MSN Messenger and RealPlayer).
+<a href="http://sidenet.ddo.jp/winetips/config.html"><b>Sidenet Wine configuration utility</b></a>:  Installs Internet Explorer 6 and Windows Media Player 7 automatically (works also with MSN Messenger and RealPlayer).
 </p>
-<a href="http://www.von-thadden.de/Joachim/WineTools/"><b>WineTools</b></a>: WineTools is an menu driven installer for installing Windows programs under wine (DCOM98, IE6, Windows Core Fonts, Windows System Software, Office & Office Viewer, Adobe Photoshop 7, Illustrator 9, Acrobat Reader 5.1, ...).
+<a href="http://www.von-thadden.de/Joachim/WineTools/"><b>WineTools</b></a>: WineTools is an menu driven installer for installing Windows programs under Wine (DCOM98, IE6, Windows Core Fonts, Windows System Software, Office & Office Viewer, Adobe Photoshop 7, Illustrator 9, Acrobat Reader 5.1, ...).
 </p>
 <p>&nbsp;</p>
 
Index: maintainersubmit.php
===================================================================
RCS file: /var/cvs/appdb/maintainersubmit.php,v
retrieving revision 1.8
diff -u -r1.8 maintainersubmit.php
--- maintainersubmit.php	29 Dec 2004 20:21:31 -0000	1.8
+++ maintainersubmit.php	10 Jan 2005 12:22:48 -0000
@@ -21,7 +21,7 @@
 
     if ( empty( $fields['maintainReason']) )
     {
-        $errors .= "<li>Please enter say why you would like to be an app maintainer.</li>\n";
+        $errors .= "<li>Please enter why you would like to be an application maintainer.</li>\n";
     }
 
     if ( empty($errors) )
@@ -110,22 +110,22 @@
     echo "<p>This page is for submitting a request to become an application maintainer.\n";
     echo "An application maintainer is someone who runs the application \n";
     echo "regularly and who is willing to be active in reporting regressions with newer \n";
-    echo "versions of wine and to help other users run this application under wine.";
+    echo "versions of Wine and to help other users run this application under Wine.";
     echo "<p>Being an application maintainer comes with responsibilities. ";
     echo "<br /><br /><b>You are expected to:</b>";
-    echo "<li>You are expected to keep the application comments clean, all stale data should be removed</li>";
+    echo "<li>Keep the application comments clean, all stale data should be removed</li>";
     echo "<li>Be an active user of that application and version</li>";
-    echo "<li>Keep up-to-date with all wine releases, if there are regressions these should be reported to wine-devel</li>";
+    echo "<li>Keep up-to-date with all Wine releases, if there are regressions they should be reported to wine-devel</li>";
 
     echo "<p><b>You will:</b>";
     echo "<li>Receive an email anytime a comment is posted or deleted for the application or the application information is modified</li>";
-    echo "<p>We ask that all maintainers explain why they want to be an app maintainer,\n";
+    echo "<p>We ask that all maintainers explain why they want to be an application maintainer,\n";
     echo "why they think they will do a good job and a little about their experience\n";
-    echo "with wine.  This is both to give you time to\n";
-    echo "think about whether you really want to be an app maintainer and also for the\n";
+    echo "with Wine.  This is both to give you time to\n";
+    echo "think about whether you really want to be an application maintainer and also for the\n";
     echo "appdb admins to identify people that are best suited for the job.  Your request\n";
-    echo "may be denied if there are already a handful of maintainers for this app or if you\n";
-    echo "don't have the experience with wine that is necessary to help other users out.\n";
+    echo "may be denied if there are already a handful of maintainers for this application or if you\n";
+    echo "don't have the experience with Wine that is necessary to help other users out.\n";
     echo "<br />";
 
     /* Special message for super maintainer applications */
@@ -133,7 +133,7 @@
     {
         echo "<p>As a super maintainer you are expected to do all of this but for EVERY version of\n";
         echo "this application.  We don't expect you to run every version but at least to help keep\n";
-        echo "the forums clean of stale or out-of-date information\n";
+        echo "the forums clean of stale and out-of-date information\n";
     }
     echo "<br /><br />";
 
@@ -151,9 +151,9 @@
     echo "<input type=hidden name='superMaintainer' value=$superMaintainer>";
 
     if($superMaintainer)
-        echo '<tr valign=top><td class=color0><b>Why you want to and should be an app supermaintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
+        echo '<tr valign=top><td class=color0><b>Why you want to and should be an application supermaintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
     else
-        echo '<tr valign=top><td class=color0><b>Why you want to and should be an app maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
+        echo '<tr valign=top><td class=color0><b>Why you want to and should be an application maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
 
     echo '<tr valign=top><td class=color3 align=center colspan=2> <input type=submit value=" Submit Maintainer Request " class=button> </td></tr>',"\n";
     echo '</table>',"\n";
Index: screenshots.php
===================================================================
RCS file: /var/cvs/appdb/screenshots.php,v
retrieving revision 1.13
diff -u -r1.13 screenshots.php
--- screenshots.php	29 Dec 2004 20:21:31 -0000	1.13
+++ screenshots.php	10 Jan 2005 12:29:11 -0000
@@ -1,6 +1,6 @@
 <?php
 /*******************************************************************/
-/* this script expects appId and optionnaly versionId as arguments */
+/* this script expects appId and optionally versionId as arguments */
 /* OR                                                              */
 /* cmd and imageId                                                 */
 /*******************************************************************/
@@ -93,7 +93,7 @@
                     exit;
                 } else 
                 {   
-                    // we have to update the queued entry now that we know it's name
+                    // we have to update the queued entry now that we know its name
                     $str_query = "UPDATE appDataQueue SET url = '".$int_queueId."' WHERE queueId = '".$int_queueId."'";
                     if (mysql_query($str_query))
                     {
Index: admin/adminAppDataQueue.php
===================================================================
RCS file: /var/cvs/appdb/admin/adminAppDataQueue.php,v
retrieving revision 1.4
diff -u -r1.4 adminAppDataQueue.php
--- admin/adminAppDataQueue.php	29 Dec 2004 20:21:32 -0000	1.4
+++ admin/adminAppDataQueue.php	10 Jan 2005 12:31:57 -0000
@@ -37,8 +37,8 @@
     {
         //help
         echo "<div align=center><table width='90%' border=0 cellpadding=3 cellspacing=0><tr><td>\n\n";
-        echo "<p>This is a list of app data submitted by users.\n";
-        echo "Please inspect carefully these data before to accept it.\n";
+        echo "<p>This is a list of application data submitted by users.\n";
+        echo "Please inspect carefully this data before accepting it.\n";
         echo "</td></tr></table></div>\n\n";
     
         //show applist
@@ -86,7 +86,7 @@
              $_SESSION['current']->is_maintainer($obj_row->queueAppId,
                                                  $obj_row->queueVersionId)))
     {
-        errorpage("You don't have sufficient priviledges to use this page.");
+        errorpage("You don't have sufficient privileges to use this page.");
         exit;
     }
     
Index: help/generic.help
===================================================================
RCS file: /var/cvs/appdb/help/generic.help,v
retrieving revision 1.5
diff -u -r1.5 generic.help
--- help/generic.help	13 May 2004 20:34:17 -0000	1.5
+++ help/generic.help	10 Jan 2005 12:25:03 -0000
@@ -12,7 +12,7 @@
           for Linux Red Hat, Mandrake, SuSE, Slackware and FreeBSD, hosted by 
        <a href="http://sourceforge.net/project/showfiles.php?group_id=6241">SourceForge.net</a>.</li>
    <li><a href="http://www.winehq.org/site/cvs">Official WineHQ Source</a> for information on how to
-          build and install wine via source read over the 
+          build and install Wine via source read over the 
        <a href="http://www.winehq.org/site/howto"> Wine HowTo</a>.</li>
        </ul>
 	<p>
@@ -27,9 +27,9 @@
 Run Wine with --debugmsg +loaddll to find out which
 DLLs are loaded as native or builtin ones.
 Then make sure appropriate native versions are in the
-c:\windows\system directory as configured in your wine
+c:\windows\system directory as configured in your Wine
 config file. There are five options you can choose from when setting
-dll overrides, I will use commctrl here as a example.</li><p>
+dll overrides, I will use commctrl here as an example.</li><p>
 
 <pre>
 "commctrl" = "native, builtin"
Index: tables/create_tables
===================================================================
RCS file: /var/cvs/appdb/tables/create_tables,v
retrieving revision 1.4
diff -u -r1.4 create_tables
--- tables/create_tables	14 Dec 2004 02:24:02 -0000	1.4
+++ tables/create_tables	26 Dec 2004 17:48:05 -0000
@@ -12,7 +12,7 @@
 echo Creating user preferences
 mysql -p -u root < user_prefs.sql
 
-echo Creating user privilages
+echo Creating user privileges
 mysql -p -u root < user_privs.sql
 
 echo Creating session table


More information about the wine-patches mailing list