mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 10:25:47 +01:00
Prompt before running :sanitize all.
--HG-- extra : rebase_source : 7a66e541ba326e72416bff85085003f97d607454
This commit is contained in:
@@ -93,6 +93,8 @@ command.let.undefinedVar-1 = E121: Undefined variable: %S
|
||||
command.let.unexpectedChar = E18: Unexpected characters in :let
|
||||
command.run.noPrevious = E34: No previous command
|
||||
command.sanitize.privateMode = Cannot sanitize items in private mode
|
||||
command.sanitize.allDeleted = All items sanitized
|
||||
command.sanitize.noneDeleted = No items sanitized
|
||||
command.scriptnames.none = No sourced scripts found
|
||||
command.set.errorParsing-1 = Error parsing :set command: %S
|
||||
command.set.numberRequired-2 = E521: Number required after =: %S=%S
|
||||
@@ -274,6 +276,8 @@ quickmark.notSet = QuickMark not set
|
||||
quickmark.invalid = Argument must be an ASCII letter or digit
|
||||
quickmark.added-2 = Added Quick Mark '%S': %S
|
||||
|
||||
sanitize.prompt.deleteAll = This will sanitize all items. Would you like to continue? (yes/[no]):
|
||||
|
||||
save.invalidDestination-1 = Invalid destination: %S
|
||||
|
||||
sort.ascending = ascending
|
||||
|
||||
Reference in New Issue
Block a user