mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 05:55:52 +01:00
Move input prompt strings to the properties file.
This commit is contained in:
@@ -485,7 +485,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
"Delete a bookmark",
|
||||
function (args) {
|
||||
if (args.bang)
|
||||
commandline.input("This will delete all bookmarks. Would you like to continue? (yes/[no]) ",
|
||||
commandline.input(_("bookmark.prompt.deleteAll") + " ",
|
||||
function (resp) {
|
||||
if (resp && resp.match(/^y(es)?$/i)) {
|
||||
bookmarks.remove(Object.keys(bookmarkcache.bookmarks));
|
||||
|
||||
Reference in New Issue
Block a user