]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
Attempt #2 at not focusing while iframed.
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index 524a8530944612116d6d6cb0b282395b22fee812..ee9b7bdc2f8c134bb3fe6d36f3535613ff3385a5 100644 (file)
@@ -293,7 +293,7 @@ qwebirc.ui.StandardUI = new Class({
     d.setSubWindow(ew);
   },
   embeddedWindow: function() {
-    this.addCustomWindow("Embedding wizard", qwebirc.ui.EmbedWizard, "embeddedwizard", {baseURL: this.options.baseURL, uiOptions: this.uiOptions, optionsCallback: function() {
+    this.addCustomWindow("Add webchat to your site", qwebirc.ui.EmbedWizard, "embeddedwizard", {baseURL: this.options.baseURL, uiOptions: this.uiOptions, optionsCallback: function() {
       this.optionsWindow();
     }.bind(this)});
   },