1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:02:25 +01:00

Rename Search to Finder.

Search generally refers to web searches in this domain and mixing
"search" and "find" within the same module is very confusing.
This commit is contained in:
Doug Kearns
2009-05-11 17:40:26 +10:00
parent 208bc5c6f3
commit cb0f542e94
4 changed files with 21 additions and 22 deletions

View File

@@ -165,7 +165,7 @@ const config = { //{{{
// or we could just make sure that they're all sourced in order.
// The scripts could even just instantiate them themselves.
// --Kris
liberator.loadModule("search", Search);
liberator.loadModule("finder", Finder);
liberator.loadModule("bookmarks", Bookmarks);
liberator.loadModule("history", History);
liberator.loadModule("tabs", Tabs);