From be829fbd5127baec0f5d66c474a55b9e5cd38807 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 14 Jan 2008 01:06:16 +0000 Subject: [PATCH] closes #881: Localized string missing for annotations.regenerate.title --- chrome/content/zotero/xpcom/annotate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/annotate.js b/chrome/content/zotero/xpcom/annotate.js index bef565b75..513b44f78 100644 --- a/chrome/content/zotero/xpcom/annotate.js +++ b/chrome/content/zotero/xpcom/annotate.js @@ -867,8 +867,8 @@ Zotero.Annotation.prototype._confirmDelete = function(event) { var dontShowAgain = { value: false }; var del = promptService.confirmCheck( this.window, - Zotero.getString('annotations.regenerate.title'), - Zotero.getString('annotations.regenerate.body'), + Zotero.getString('annotations.confirmClose.title'), + Zotero.getString('annotations.confirmClose.body'), Zotero.getString('general.dontShowWarningAgain'), dontShowAgain );