mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:12:26 +01:00
Change liberator.config.appName -> liberator.config.name, thanks Daniel Schaffrath
This commit is contained in:
@@ -470,7 +470,7 @@ liberator.Tabs = function () //{{{
|
||||
{ argCount: "0" });
|
||||
|
||||
liberator.commands.add(["quita[ll]", "qa[ll]"],
|
||||
"Quit " + liberator.config.appName,
|
||||
"Quit " + liberator.config.name,
|
||||
function ()
|
||||
{
|
||||
liberator.quit(false);
|
||||
|
||||
Reference in New Issue
Block a user