bug 13717

Rename 'Cancel' -> 'No' for confirm dialog

status 13717: resolved fixed
This commit is contained in:
Brian Federle 2012-02-14 14:39:56 -08:00
parent 82da2fc1dd
commit c1e976cba4
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
zIndex: 5000,
buttons: [
{
text: _l('label.cancel'),
text: _l('label.no'),
'class': 'cancel',
click: function() {
$(this).dialog('destroy');