1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 13:15:45 +01:00

Fix 'popups' safeSet message.

This commit is contained in:
Kris Maglione
2011-11-05 10:45:14 -04:00
parent 7b38c4a434
commit 4c402205bb
4 changed files with 9 additions and 10 deletions

View File

@@ -1470,7 +1470,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
{
setter: function (value) {
prefs.safeSet("accessibility.typeaheadfind.enablesound", !value,
_("option.visualbell.safeSet"));
_("option.safeSet", "visualbell"));
return value;
}
});