From 0cab3bf61e28af0b82e3c45149e99c0173af3ef1 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 6 May 2009 23:50:19 +0000 Subject: [PATCH] MINOR Merged from branches/2.3 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@76306 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/Translatable.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/model/Translatable.php b/core/model/Translatable.php index b67e14733..55fd5c87f 100755 --- a/core/model/Translatable.php +++ b/core/model/Translatable.php @@ -100,11 +100,11 @@ * *

Translation groups

* - * Each translation can have an associated "master" object in another language which it is based on, - * as defined by the "MasterTranslationID" property. This relation is optional, meaning you can + * Each translation can have one or more related pages in other languages. + * This relation is optional, meaning you can * create translations which have no representation in the "default language". - * This "original" doesn't have to be in a default language, meaning - * a french translation can have a german original, without either of them having a representation + * This means you can have a french translation with a german original, + * without either of them having a representation * in the default english language tree. * Caution: There is no versioning for translation groups, * meaning associating an object with a group will affect both stage and live records.