Fixes logout confirmation dialog.

This commit is contained in:
paweldomas 2015-02-23 15:59:36 +01:00
parent 222164333b
commit 053b2d5af2
2 changed files with 4 additions and 1 deletions

View File

@ -153,6 +153,8 @@
"AuthMsg": "Authentication is required to create room:<br/><b>__room__ </b></br> You can either authenticate to create the room or just wait for someone else to do so.",
"Authenticate": "Authenticate",
"Cancel": "Cancel",
"logoutTitle" : "Logout",
"logoutQuestion" : "Are you sure you want to logout and stop the conference ?",
"sessTerminated": "Session Terminated",
"hungUp": "You hung up the call",
"joinAgain": "Join again",

View File

@ -66,7 +66,8 @@ var buttonHandlers =
"toolbar_button_logout": function () {
// Ask for confirmation
messageHandler.openTwoButtonDialog(
"Logout",
"dialog.logoutTitle", "Logout",
"dialog.logoutQuestion",
"Are you sure you want to logout and stop the conference ?",
false, "Yes",
function (evt, yes) {