mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 21:15:47 +01:00
Localization-related changes. Fix dead help links.
This commit is contained in:
@@ -264,11 +264,11 @@ var RangeFinder = Module("rangefinder", {
|
||||
"Find case matching mode",
|
||||
"string", "smart",
|
||||
{
|
||||
values: [
|
||||
["smart", "Case is significant when capital letters are typed"],
|
||||
["match", "Case is always significant"],
|
||||
["ignore", "Case is never significant"]
|
||||
]
|
||||
values: {
|
||||
"smart": "Case is significant when capital letters are typed",
|
||||
"match": "Case is always significant",
|
||||
"ignore": "Case is never significant"
|
||||
}
|
||||
});
|
||||
|
||||
options.add(["incfind", "if"],
|
||||
|
||||
Reference in New Issue
Block a user