From: <ps...@us...> - 2017-05-13 23:23:38
|
Revision: 281 http://sourceforge.net/p/vlibrary/code/281 Author: psteitz Date: 2017-05-13 23:23:35 +0000 (Sat, 13 May 2017) Log Message: ----------- Fix typo in message key. Modified Paths: -------------- branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/ApplicationResources.properties branches/VLIBRARY_2_X/src/test/resources/ApplicationResources.properties Modified: branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/ApplicationResources.properties =================================================================== --- branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/ApplicationResources.properties 2017-05-13 19:42:58 UTC (rev 280) +++ branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/ApplicationResources.properties 2017-05-13 23:23:35 UTC (rev 281) @@ -268,7 +268,7 @@ email.request.messageLine3=\n email.request.messageLine4=Reply to {0} if our records are incorrect or you need assistance. email.request.acquisition.messageLine1={0} has requested {1}, which is not available at {2}. -email.request.messageLine2=Please order this book for delivery to {0}\n +email.request.acquisition.messageLine2=Please order this book for delivery to {0}\n email.request.confirmation.subject=Virtual Library Request Confirmation email.request.confirmation.messageLine1=Your request for {0} has been sent to {1}.\n email.request.confirmation.ordered.messageLine1=There is no copy of {0} in {1} yet.\n Modified: branches/VLIBRARY_2_X/src/test/resources/ApplicationResources.properties =================================================================== --- branches/VLIBRARY_2_X/src/test/resources/ApplicationResources.properties 2017-05-13 19:42:58 UTC (rev 280) +++ branches/VLIBRARY_2_X/src/test/resources/ApplicationResources.properties 2017-05-13 23:23:35 UTC (rev 281) @@ -268,6 +268,7 @@ email.request.messageLine3=\n email.request.messageLine4=Reply to {0} if our records are incorrect or you need assistance. email.request.acquisition.messageLine1={0} has requested {1}, which is not available at {2}. +email.request.acquisition.messageLine2=Please order this book for delivery to {0}\n email.request.confirmation.subject=Virtual Library Request Confirmation email.request.confirmation.messageLine1=Your request for {0} has been sent to {1}.\n email.request.confirmation.ordered.messageLine1=There is no copy of {0} in {1} yet.\n This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |