[richfaces-svn-commits] JBoss Rich Faces SVN: r13802 - trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 23 11:43:51 EDT 2009


Author: amarkhel
Date: 2009-04-23 11:43:51 -0400 (Thu, 23 Apr 2009)
New Revision: 13802

Modified:
   trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java
Log:


Modified: trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java
===================================================================
--- trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java	2009-04-23 15:43:46 UTC (rev 13801)
+++ trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java	2009-04-23 15:43:51 UTC (rev 13802)
@@ -54,6 +54,7 @@
 	
 	//Errors(Internationalization pending)
 	public static final String FILE_MANAGER_COMPONENT = "fileManager";
+	public static final String YOU_CAN_T_ADD_IMAGES_TO_THAT_ALBUM_ERROR = "You can't add images to that album";
 	public static final String SHELF_RECENTLY_DELETED_ERROR = "This shelf was recently deleted. Refresh your browser to see actual data.";
 	public static final String IMAGE_RECENTLY_DELETED_ERROR = "This image was recently deleted. Refresh your browser to see actual data.";
 	public static final String ALBUM_RECENTLY_DELETED_ERROR = "This album was recently deleted. Refresh your browser to see actual data.";




More information about the richfaces-svn-commits mailing list