From 8fab7880b48f577d2041899d83135804b4a50759 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 10 Jan 2005 22:15:44 +0000 Subject: [PATCH] Assorted spelling fixes. Small wording tweaks. Capitalize Wine when referring to the project. --- README | 2 +- addcomment.php | 4 ++-- admin/adminAppDataQueue.php | 6 +++--- appsubmit.php | 6 +++--- help/generic.help | 6 +++--- index.php | 12 ++++++------ maintainersubmit.php | 24 ++++++++++++------------ screenshots.php | 4 ++-- tables/create_tables | 2 +- 9 files changed, 33 insertions(+), 33 deletions(-) diff --git a/README b/README index 87c5266..706a543 100644 --- a/README +++ b/README @@ -74,4 +74,4 @@ Order allow,deny Allow from all -# edit local config as nessary to allow access. +# edit local config as necessary to allow access. diff --git a/addcomment.php b/addcomment.php index 4e9b379..7e83b48 100644 --- a/addcomment.php +++ b/addcomment.php @@ -66,8 +66,8 @@ if(isset($_REQUEST['body'])) $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); diff --git a/admin/adminAppDataQueue.php b/admin/adminAppDataQueue.php index 139d756..ebea38d 100644 --- a/admin/adminAppDataQueue.php +++ b/admin/adminAppDataQueue.php @@ -37,8 +37,8 @@ if (!$_REQUEST['queueId']) { //help echo "
\n\n"; - echo "

This is a list of app data submitted by users.\n"; - echo "Please inspect carefully these data before to accept it.\n"; + echo "

This is a list of application data submitted by users.\n"; + echo "Please inspect carefully this data before accepting it.\n"; echo "

\n\n"; //show applist @@ -86,7 +86,7 @@ if (!$_REQUEST['queueId']) $_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; } diff --git a/appsubmit.php b/appsubmit.php index 15068e4..b611f8f 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -119,9 +119,9 @@ else if (isset($_REQUEST['apptype'])) echo "and you will be notified via email if this application will be added to\n"; echo "the database.

\n"; echo "

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.

\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.

\n"; echo "

To submit screenshots, please email them to "; echo "appdb@winehq.org

\n"; diff --git a/help/generic.help b/help/generic.help index fa7c35a..f787f1c 100644 --- a/help/generic.help +++ b/help/generic.help @@ -12,7 +12,7 @@ for a certain program doesn't exist. for Linux Red Hat, Mandrake, SuSE, Slackware and FreeBSD, hosted by SourceForge.net.
  • Official WineHQ Source for information on how to - build and install wine via source read over the + build and install Wine via source read over the Wine HowTo.
  • @@ -27,9 +27,9 @@ to verify the most important aspects of Wine environment configuration.

    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.

    +dll overrides, I will use commctrl here as an example.

     "commctrl" = "native, builtin"
    diff --git a/index.php b/index.php
    index c244668..29c26e3 100644
    --- a/index.php
    +++ b/index.php
    @@ -237,7 +237,7 @@ echo "ICQ";
          (Dlls installed atl.dll,msvcrt.dll)
    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) + dlls, I don't know if it was a different problem, or Wine related) [TODO] @@ -261,9 +261,9 @@ echo "WinRAR"; 3.00 This is a version of the popular RAR compression format, offering significantly improved compression ratios. 11 - 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 + 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).
    Run: Yes. (minor glitches in bugzilla) @@ -306,9 +306,9 @@ echo "WinMX"; application site. The site contains tips and howtos on getting listed apps to run.

    -Sidenet wine configuration utility: Installs Internet Explorer 6 and Windows Media Player 7 automatically (works also with MSN Messenger and RealPlayer). +Sidenet Wine configuration utility: Installs Internet Explorer 6 and Windows Media Player 7 automatically (works also with MSN Messenger and RealPlayer).

    -WineTools: 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, ...). +WineTools: 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, ...).

     

    diff --git a/maintainersubmit.php b/maintainersubmit.php index a982a5f..5dc3199 100644 --- a/maintainersubmit.php +++ b/maintainersubmit.php @@ -21,7 +21,7 @@ function checkAppMaintainerInput( $fields ) if ( empty( $fields['maintainReason']) ) { - $errors .= "
  • Please enter say why you would like to be an app maintainer.
  • \n"; + $errors .= "
  • Please enter why you would like to be an application maintainer.
  • \n"; } if ( empty($errors) ) @@ -110,22 +110,22 @@ if($_REQUEST['maintainReason']) echo "

    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 "

    Being an application maintainer comes with responsibilities. "; echo "

    You are expected to:"; - echo "

  • You are expected to keep the application comments clean, all stale data should be removed
  • "; + echo "
  • Keep the application comments clean, all stale data should be removed
  • "; echo "
  • Be an active user of that application and version
  • "; - echo "
  • Keep up-to-date with all wine releases, if there are regressions these should be reported to wine-devel
  • "; + echo "
  • Keep up-to-date with all Wine releases, if there are regressions they should be reported to wine-devel
  • "; echo "

    You will:"; echo "

  • Receive an email anytime a comment is posted or deleted for the application or the application information is modified
  • "; - echo "

    We ask that all maintainers explain why they want to be an app maintainer,\n"; + echo "

    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 "
    "; /* Special message for super maintainer applications */ @@ -133,7 +133,7 @@ if($_REQUEST['maintainReason']) { echo "

    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 "

    "; @@ -151,9 +151,9 @@ if($_REQUEST['maintainReason']) echo ""; if($superMaintainer) - echo 'Why you want to and should be an app supermaintainer',"\n"; + echo 'Why you want to and should be an application supermaintainer',"\n"; else - echo 'Why you want to and should be an app maintainer',"\n"; + echo 'Why you want to and should be an application maintainer',"\n"; echo ' ',"\n"; echo '',"\n"; diff --git a/screenshots.php b/screenshots.php index fe80d15..9f1d194 100644 --- a/screenshots.php +++ b/screenshots.php @@ -1,6 +1,6 @@