MOD french -> english (6)
[euphorik.git] / js / pageAbout.js
index 733f77e..9a72139 100644 (file)
 // You should have received a copy of the GNU General Public License\r
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 \r
-euphorik.PageAbout = function(client, formateur, util, communication) {\r
-   this.nom = "about";\r
+euphorik.PageAbout = function(client, formater, util, communication) {\r
+   this.name = "about";\r
    \r
    this.client = client;\r
-   this.formateur = formateur;\r
+   this.formater = formater;\r
    this.util = util;
    this.communication = communication;\r
 };\r