X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..2e2304b15d0fd71d6ce99a009f30231f605295ec:/skins/custom_control/addtoFavorites.py

diff --git a/skins/custom_control/addtoFavorites.py b/skins/custom_control/addtoFavorites.py
index 2816b6f..03d5a86 100644
--- a/skins/custom_control/addtoFavorites.py
+++ b/skins/custom_control/addtoFavorites.py
@@ -12,7 +12,7 @@ ttool = portal.portal_types
 homeFolder = portal.portal_membership.getHomeFolder()
 
 if not hasattr(homeFolder, 'Favorites'):
-	ttool.constructContent( 'Plinn Folder', homeFolder, 'Favorites', title=str(_('Favorites')) )
+	ttool.constructContent( 'Huge Plinn Folder', homeFolder, 'Favorites', title=str(_('Favorites')) )
 
 targetFolder = getattr( homeFolder, 'Favorites' )
 new_id='fav_' + str(int( context.ZopeTime()))