1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:42:28 +01:00

Localeify more strings.

This commit is contained in:
Kris Maglione
2011-03-15 20:14:01 -04:00
parent 4a552b14aa
commit 2d03f3f9ca
9 changed files with 63 additions and 34 deletions

View File

@@ -30,6 +30,7 @@ var Bookmarks = Module("bookmarks", {
signals: {
"browser.locationChange": function (webProgress, request, uri) {
statusline.bookmarked = false;
this.checkBookmarked(uri);
}
},