mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:52:26 +01:00
fix the capitalization of the short description for :preferences
This commit is contained in:
@@ -303,7 +303,7 @@ liberator.Options = function () //{{{
|
||||
});
|
||||
|
||||
liberator.commands.add(["pref[erences]", "prefs"],
|
||||
"Show " + liberator.config.hostApplication + " Preferences",
|
||||
"Show " + liberator.config.hostApplication + " preferences",
|
||||
function (args, special, count, modifiers)
|
||||
{
|
||||
if (!args)
|
||||
|
||||
Reference in New Issue
Block a user