1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 21:25:46 +01:00

More ad hoc i18n work.

This commit is contained in:
Doug Kearns
2011-03-21 17:33:51 +11:00
parent be367b9ca1
commit 9ae921773d
5 changed files with 20 additions and 10 deletions

View File

@@ -1587,7 +1587,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
true);
prefs.safeSet("layout.scrollbar.side", opts.indexOf("l") >= 0 ? 3 : 2,
"See 'guioptions' scrollbar flags.");
_("option.guioptions.safeSet"));
},
validator: function (opts) Option.validIf(!(opts.indexOf("l") >= 0 && opts.indexOf("r") >= 0),
UTF8("Only one of l or r allowed"))
@@ -1693,7 +1693,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
{
setter: function (value) {
prefs.safeSet("accessibility.typeaheadfind.enablesound", !value,
"See 'visualbell' option");
_("option.visualbell.safeSet"));
return value;
}
});