From: <aut...@us...> - 2013-03-01 00:02:57
|
Revision: 493 http://upstage.svn.sourceforge.net/upstage/?rev=493&view=rev Author: aut-upstage Date: 2013-03-01 00:02:48 +0000 (Fri, 01 Mar 2013) Log Message: ----------- 1/03/2013 Craig Farrell - changed the save stage message on edit stage. Modified Paths: -------------- branches/2.4.2/html/masterpage.js Modified: branches/2.4.2/html/masterpage.js =================================================================== --- branches/2.4.2/html/masterpage.js 2013-02-28 23:37:12 UTC (rev 492) +++ branches/2.4.2/html/masterpage.js 2013-03-01 00:02:48 UTC (rev 493) @@ -50,7 +50,7 @@ 'Warning: This will cause the stage to reload for everyone currently on it, and you will loose the chat log. Do you wish to proceed?', 'Any changes you have made will be saved, overwriting prevoius settings. Do you wish to proceed?', 'This stage will be permanently deleted. Do you wish to proceed? (This will not delete any media that has been assigned to this stage.)', - 'This will save the stage, losing any previous settings without reloading the stage. Do you wish to proceed?', + 'This will save the stage. Do you wish to proceed?', 'This media item will be permanently deleted. Do you wish to proceed?"' ] var actions = ['save', 'cancel', 'delete', 'reset', 'save', 'delete', 'saveonly']; //Dont really need these, just makes server code more readable. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |