diff options
author | Felix Nagel <info@felixnagel.com> | 2013-08-31 03:12:22 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-08-31 03:12:22 +0200 |
commit | cf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b (patch) | |
tree | e4710ae5c790d35f4f18b7e1e7c9603d88bb5a90 /tests/unit/dialog/dialog_common.js | |
parent | d668c94e3e62750e6277fe1dfb9b5faaabd84d2a (diff) | |
parent | eae2c4b358af3ebfae258abfe77eeace48fcefcb (diff) | |
download | jquery-ui-cf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b.tar.gz jquery-ui-cf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'tests/unit/dialog/dialog_common.js')
-rw-r--r-- | tests/unit/dialog/dialog_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js index ea4c91767..fc10fabaa 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/dialog_common.js @@ -4,7 +4,7 @@ TestHelpers.commonWidgetTests( "dialog", { autoOpen: true, buttons: [], closeOnEscape: true, - closeText: "close", + closeText: "Close", disabled: false, dialogClass: "", draggable: true, |