mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:57:58 +01:00
Move some messages to properties file. Local and modules directories still to be done.
This commit is contained in:
@@ -963,7 +963,7 @@ var Hints = Module("hints", {
|
||||
case "wordstartswith": return wordStartsWithMatcher(hintString, true);
|
||||
case "firstletters" : return wordStartsWithMatcher(hintString, false);
|
||||
case "custom" : return dactyl.plugins.customHintMatcher(hintString);
|
||||
default : dactyl.echoerr("Invalid hintmatching type: " + hintMatching);
|
||||
default : dactyl.echoerr(_("hints.noMatcher", hintMatching));
|
||||
}
|
||||
return null;
|
||||
}, //}}}
|
||||
|
||||
Reference in New Issue
Block a user