mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 00:02:27 +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"],
|
liberator.commands.add(["pref[erences]", "prefs"],
|
||||||
"Show " + liberator.config.hostApplication + " Preferences",
|
"Show " + liberator.config.hostApplication + " preferences",
|
||||||
function (args, special, count, modifiers)
|
function (args, special, count, modifiers)
|
||||||
{
|
{
|
||||||
if (!args)
|
if (!args)
|
||||||
|
|||||||
Reference in New Issue
Block a user