1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 06:33:33 +01:00

Fix :saveas naming bug.

--HG--
extra : rebase_source : 5f85f68a25499827943f07a182de6af70eee4461
This commit is contained in:
Kris Maglione
2011-02-01 18:07:40 -05:00
parent 386749a0a9
commit 4d26e38a94
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ function checkPopup(event) {
let elem = doc.getAnonymousElementByAttribute(binding, "anonid", "stillworks");
if (elem && elem.nextSibling) {
elem.nextSibling.disabled = true;
elem.nextSibling.setAttribute("tooltiptext", "Developer has opted out of incompatibility reports");
elem.nextSibling.setAttribute("tooltiptext", "Developer has opted out of incompatibility reports\n"+
"Development versions are available with updated support");
}
}
}