From b4d70fb542587444ad61de9585abf10351cc9c01 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 28 Apr 2011 22:00:52 +0000 Subject: [PATCH] Monotone-Parent: d7f9aa1300a14d4db950208effcd5432ebabeb6b Monotone-Revision: 88735218b4cbdb17b9d398b92137ee43067957c8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-28T22:00:52 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index c95b6b38d..811411a7a 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -668,7 +668,7 @@ function refreshContacts(cname) { } function onAddressBookNew(event) { - showPromptDialog(_("New addressbook..."), _("Name of the Address Book"), onAddressBookNewConfirm); + showPromptDialog(_("New Addressbook..."), _("Name of the Address Book"), onAddressBookNewConfirm); preventDefault(event); }