bkruse: branch 2.0 r3838 - /branches/2.0/config/js/pbx.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 18 15:07:34 CDT 2008
Author: bkruse
Date: Thu Sep 18 15:07:34 2008
New Revision: 3838
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3838
Log:
Fixed spelling errors.
(closes issue #13510)
(patch by jeffg)
Modified:
branches/2.0/config/js/pbx.js
Modified: branches/2.0/config/js/pbx.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=3838&r1=3837&r2=3838
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Thu Sep 18 15:07:34 2008
@@ -1962,11 +1962,11 @@
if ( sessionData.PLATFORM.isAA50 ){
var upgrade_alert = "Your configuration will now be upgraded to work with this version of the AA50 firmware.\n"
- + "An automatic backup of your old configration is created and is available from the 'Backup' panel.\n"
+ + "An automatic backup of your old configuration is created and is available from the 'Backup' panel.\n"
+ "If you downgrade your firmware to a previous version, you will need to restore this configuration.";
}else{
var upgrade_alert = "Your configuration will now be upgraded to work with the latest version of GUI. \n"
- + "An automatic backup of your old configration is available from the backups panel.";
+ + "An automatic backup of your old configuration is available from the backups panel.";
}
if(upgrade_alert){
More information about the asterisk-gui-commits
mailing list