1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:52:27 +01:00

fix the capitalization of the short description for :preferences

This commit is contained in:
Doug Kearns
2008-08-09 15:17:00 +00:00
parent 8db0bafddb
commit c3e9b0ca5d

View File

@@ -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)