mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:07:58 +01:00
More ad hoc i18n work.
This commit is contained in:
@@ -511,7 +511,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
function (resp) {
|
||||
if (resp && resp.match(/^y(es)?$/i)) {
|
||||
bookmarks.remove(Object.keys(bookmarkcache.bookmarks));
|
||||
dactyl.echomsg(_("bookmark.allGone"));
|
||||
dactyl.echomsg(_("bookmark.allDeleted"));
|
||||
}
|
||||
});
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user