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
+1
View File
@@ -30,6 +30,7 @@ var Bookmarks = Module("bookmarks", {
signals: {
"browser.locationChange": function (webProgress, request, uri) {
statusline.bookmarked = false;
this.checkBookmarked(uri);
}
},