From 87b513853c818541e0966277288b685c3016a7fc Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 10 Nov 2013 12:22:48 -0500
Subject: [PATCH] Better button text for message restore dialog

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 79436ad..4090cbe 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3161,7 +3161,7 @@
               }
             },
             {
-              text: this.get_label('cancel'),
+              text: this.get_label('ignore'),
               click: function(){
                 $(this).dialog('close');
               }

--
Gitblit v1.9.1