From a666e945a88e4f1ee40fe095951c25f584464d71 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 11 Jun 2009 02:45:00 +1000 Subject: [PATCH] Fix :contact error message. --- muttator/content/addressbook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttator/content/addressbook.js b/muttator/content/addressbook.js index ceb142cc..af27bcbf 100644 --- a/muttator/content/addressbook.js +++ b/muttator/content/addressbook.js @@ -118,7 +118,7 @@ function Addressbook() //{{{ if (addressbook.add(mailAddr, firstName, lastName, displayName)) liberator.echomsg("Added address: " + displayName + " <" + mailAddr + ">", 1, commandline.FORCE_SINGLELINE); else - liberator.echoerr("Exxx: Could not add bookmark `" + mailAddr + "'", commandline.FORCE_SINGLELINE); + liberator.echoerr("Exxx: Could not add contact `" + mailAddr + "'", commandline.FORCE_SINGLELINE); }, {