pari: branch asterisknow r2086 - /branches/asterisknow/config/cfgbasic.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Jan 7 12:34:56 CST 2008


Author: pari
Date: Mon Jan  7 12:34:55 2008
New Revision: 2086

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2086
Log:
make a minor change to alert message on dwayne's request

Modified:
    branches/asterisknow/config/cfgbasic.html

Modified: branches/asterisknow/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cfgbasic.html?view=diff&rev=2086&r1=2085&r2=2086
==============================================================================
--- branches/asterisknow/config/cfgbasic.html (original)
+++ branches/asterisknow/config/cfgbasic.html Mon Jan  7 12:34:55 2008
@@ -91,11 +91,11 @@
 		}
 
 		if( CONFIGURED_FXOPORTS != FXO_PORTS_DETECTED.join(',') || CONFIGURED_FXSPORTS != FXS_PORTS_DETECTED.join(',') ){
-			alert('Changes detected in Ananlog Hardware !! \n\n' +
-				'You might have to reconfigure any previously assigned \n'
+			alert('Changes detected in your Analog Hardware !! \n\n' +
+				'You have to reconfigure any previously assigned \n'
 				+ ' FXS stations or Analog Service Providers. \n\n'
-				+ "Note: Your Analog Hardware might not work properly until\n " 
-				+ " you click 'Apply Changes' button in 'Setup Hardware' panel" );
+				+ "Note: Your Analog Hardware will not work properly until\n " 
+				+ " you click 'Apply Changes' button in the 'Setup Hardware' panel" );
 		}
 
 	};




More information about the asterisk-gui-commits mailing list