mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 01:35:46 +01:00
Fix :contact error message.
This commit is contained in:
@@ -118,7 +118,7 @@ function Addressbook() //{{{
|
|||||||
if (addressbook.add(mailAddr, firstName, lastName, displayName))
|
if (addressbook.add(mailAddr, firstName, lastName, displayName))
|
||||||
liberator.echomsg("Added address: " + displayName + " <" + mailAddr + ">", 1, commandline.FORCE_SINGLELINE);
|
liberator.echomsg("Added address: " + displayName + " <" + mailAddr + ">", 1, commandline.FORCE_SINGLELINE);
|
||||||
else
|
else
|
||||||
liberator.echoerr("Exxx: Could not add bookmark `" + mailAddr + "'", commandline.FORCE_SINGLELINE);
|
liberator.echoerr("Exxx: Could not add contact `" + mailAddr + "'", commandline.FORCE_SINGLELINE);
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user