[ExercisePlanner] updated ExercisePlanner sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 27 Aug 2013 08:38:27 +0000 (10:38 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 27 Aug 2013 08:38:27 +0000 (10:38 +0200)
Change-Id: Ie207fa2d93ba5439723bb30a1c3d0b8a9ce7b57e

js/UI.js

index acc3060..4de4e67 100644 (file)
--- a/js/UI.js
+++ b/js/UI.js
@@ -49,7 +49,7 @@ function UI() {
 
        UI.prototype.popup = function (text, callback) {
                var i, popup = $("#popup"),
-                       buttons = {'Close': function () { $("#popup").popup('close') }};
+                       buttons = {'Cancel': function () { $("#popup").popup('close') }};
                // to hide default button give {'Close': false} in callback
 
                for (i in callback) {