You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/06/10 18:59:56 UTC

svn commit: r666207 - /incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js

Author: doll
Date: Tue Jun 10 09:59:56 2008
New Revision: 666207

URL: http://svn.apache.org/viewvc?rev=666207&view=rev
Log:
Fix typo in translation file. 


Modified:
    incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js

Modified: incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js?rev=666207&r1=666206&r2=666207&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js (original)
+++ incubator/shindig/trunk/features/opensocial-0.7/opensocial7to8.js Tue Jun 10 09:59:56 2008
@@ -51,7 +51,7 @@
   return oldData;
 };
 
-opensocial.Environment.ObjectType.ACTIVITY.MEDIA_ITEM
+opensocial.Environment.ObjectType.ACTIVITY_MEDIA_ITEM
     = opensocial.Environment.ObjectType.MEDIA_ITEM;