bkruse: trunk r945 - /trunk/config/scripts/tooltip.js

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed May 16 12:07:38 MST 2007


Author: bkruse
Date: Wed May 16 14:07:38 2007
New Revision: 945

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=945
Log:
I feel bad for having to commit this. Fixed a spelling error by me. Accept is not the same as except, I realize that. Thanks pari

Modified:
    trunk/config/scripts/tooltip.js

Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?view=diff&rev=945&r1=944&r2=945
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Wed May 16 14:07:38 2007
@@ -31,7 +31,7 @@
 	tooltips['users'] .en[16] = "<B>VM Password:</B> Voicemail Password for this user, Ex: \"1234\"."; //Voicemail Password
 	tooltips['users'] .en[17] = "<B>Hints:</B> If checked the phone being called will be sent a \"hint\" to light up status lamps on SIP phones."; // Hint phone before being dialed.
 	tooltips['users'] .en[18] = "<B>Agent Login Extension:</B> Extension to be dialed for the Agents to Login to the Specific Queue. <br> This is an extension that all the Agents can Call to Login to their specified Queues. ";
-	tooltips['users'] .en[19] = "<B>Agent Callback Login Extension:</B> Extension to be dialed for the Agents to Login to the Specific Queue. <br> Same as Agent Login Extension, accept you do not have to remain on the line. ";
+	tooltips['users'] .en[19] = "<B>Agent Callback Login Extension:</B> Extension to be dialed for the Agents to Login to the Specific Queue. <br> Same as Agent Login Extension, except you do not have to remain on the line. ";
 
 // Tooltips for Conferencing (meetme)
 	tooltips['meetme']= new Object;



More information about the asterisk-gui-commits mailing list