~lfaraone/ubufox/lp123713

« back to all changes in this revision

Viewing changes to content/pluginInstallerWizard.js

  • Committer: Alexander Sack
  • Date: 2009-02-18 20:40:59 UTC
  • mfrom: (9.1.142 main)
  • Revision ID: asac@jwsdot.com-20090218204059-k7zrffd4sg2zf47g
(merge) new upstream snapshot 0.7b1 for jaunty

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
 
263
263
      var descDesc = document.createElement("description");
264
264
      if (!pluginInfo.desc) {
265
 
        pluginInfo.desc = "No description found in plugin database. \nReport a bug to ubuntu-mozillateam@lists.ubuntu.com";
 
265
        pluginInfo.desc = this.getString("ubufox.pluginWizard.description.notfound");
266
266
      }
267
267
      descDesc.appendChild(document.createTextNode(pluginInfo.desc));
268
268
      descDesc.setAttribute("style", "white-space: pre;");