Some updates of the previous commit
authorMatthias Schmidt <gravatronics@live.com>
Thu, 28 Jul 2011 07:59:03 +0000 (09:59 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 28 Jul 2011 07:59:03 +0000 (09:59 +0200)
wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php
wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php

index 63e3309ce6f17683e97dff8a4fc611155f8ee188..e3c3c4ee4cc6092e947a86cc7aa1599da2e1749e 100755 (executable)
@@ -60,7 +60,7 @@ class PackageStartInstallForm extends ACPForm {
        public $uploadPackage = '';
        
        /**
-        * archive of the instalation/update package
+        * archive of the installation/update package
         * @var wcf\system\package\PackageArchive
         */
        public $archive = null;
index 41e95fe5cd69e2b01369768158e1b4da571c6746..77ab4ef5dfaeb9ef2c1461607df398737bb6a98d 100755 (executable)
@@ -33,7 +33,8 @@ class PackageUpdateAuthForm extends ACPForm {
        public $activeMenuItem = 'wcf.acp.menu.link.package';
        
        /**
-        * exception thrown if an authorization for the package update server is needed
+        * exception that has been thrown if an authorization for the package update
+        * server is needed
         * @var wcf\system\package\PackageUpdateAuthorizationRequiredException
         */
        public $exception = null;
@@ -57,19 +58,19 @@ class PackageUpdateAuthForm extends ACPForm {
        public $saveAuthData = 0;
        
        /**
-        * id of the relevant package update server
+        * id of the package update server
         * @var integer
         */
        public $packageUpdateServerID = 0;
        
        /**
-        * url of the relevant package update server
+        * url of the package update server
         * @var integer
         */
        public $url = '';
        
        /**
-        * response header of the relavent package update server
+        * response header of the package update server
         * @var string
         */
        public $header = '';
@@ -81,7 +82,7 @@ class PackageUpdateAuthForm extends ACPForm {
        public $realm = '';
        
        /**
-        * response of the relevant package update server
+        * response of the package update server
         * @var integer
         */
        public $message = '';
index 26515b92d2428636d5d415b5c6a2594f5ad8c78b..6ca77b7f8c2097b5f150e706da581c8ce4eb56a1 100644 (file)
@@ -38,7 +38,7 @@ class PackageUpdateSearchForm extends ACPForm {
        public $activeMenuItem = 'wcf.acp.menu.link.package.database';
        
        /**
-        * list of package server ids which are searched
+        * list of package update server ids which are searched
         * @var array<integer>
         */
        public $packageUpdateServerIDs = array();
@@ -50,7 +50,7 @@ class PackageUpdateSearchForm extends ACPForm {
        public $packageName = '';
        
        /**
-        * searched author
+        * searched package author
         * @var string
         */
        public $author = '';
index a0f9ab9055c1fb0b06063c4223540a8c8d0a9cd4..cfcc8e62870b3e467b6aa4a6e245edef7099340e 100755 (executable)
@@ -40,7 +40,7 @@ class PackageViewPage extends AbstractPage {
        public $dependentPackages = array();
        
        /**
-        * list with data of  required packages
+        * list with data of required packages
         * @var array<string>
         */
        public $dependencies = array();