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 );