includes/clientside/static/faders.js
changeset 210 2b283402e4e4
parent 151 824821224153
child 215 94db56b8124f
--- a/includes/clientside/static/faders.js	Sun Oct 28 14:32:13 2007 -0400
+++ b/includes/clientside/static/faders.js	Sun Oct 28 16:40:24 2007 -0400
@@ -441,7 +441,7 @@
 
 function mb_logout()
 {
-  var mb = new messagebox(MB_YESNO|MB_ICONQUESTION, 'Are you sure you want to log out?', 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.');
+  var mb = new messagebox(MB_YESNO|MB_ICONQUESTION, $lang.get('user_logout_confirm_title'), $lang.get('user_logout_confirm_body'));
   mb.onclick['Yes'] = function()
     {
       window.location = makeUrlNS('Special', 'Logout/' + title);