You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/04/24 17:56:38 UTC

svn commit: r531991 - /incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js

Author: dashorst
Date: Tue Apr 24 08:56:37 2007
New Revision: 531991

URL: http://svn.apache.org/viewvc?view=rev&rev=531991
Log:
Fixed grammar error in modal.js

Modified:
    incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js

Modified: incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js?view=diff&rev=531991&r1=531990&r2=531991
==============================================================================
--- incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js (original)
+++ incubator/wicket/branches/wicket-1.2.x/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/modal/res/modal.js Tue Apr 24 08:56:37 2007
@@ -779,7 +779,7 @@
 		if (Wicket.Window.unloadConfirmation == true) {
 			// new beforeunload handler - ask user before reloading window
 			window.onbeforeunload = function() {			
-				return "Reloading this page will cause the modal window disappear.";
+				return "Reloading this page will cause the modal window to disappear.";
 			}				
 		}