From 65bbfab5668afb143effc8991a8eca4e3c1db5a2 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Mon, 25 Feb 2013 16:02:26 +0200 Subject: [PATCH] Changed text on reset button. --- common/lib/xmodule/xmodule/js/src/poll/poll_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/poll/poll_main.js b/common/lib/xmodule/xmodule/js/src/poll/poll_main.js index 1f674ea56f..383c9531bc 100644 --- a/common/lib/xmodule/xmodule/js/src/poll/poll_main.js +++ b/common/lib/xmodule/xmodule/js/src/poll/poll_main.js @@ -210,7 +210,7 @@ PollMain.prototype = { if ((typeof this.jsonConfig.reset === 'string') && (this.jsonConfig.reset.toLowerCase() === 'true')) { this.canReset = true; - this.resetButton = $('
Reset
'); + this.resetButton = $('
Change your vote
'); if (this.questionAnswered === false) { this.resetButton.hide();