diff --git a/content/vimperator.js b/content/vimperator.js index 6902aa3b..b637840a 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -377,7 +377,7 @@ liberator.config = { //{{{ }); liberator.options.add(["urlseparator"], - "Set the separator regexp used to split URL args", + "Set the separator regexp used to separate multiple URL args", "string", ",\\s"); } //}}}