Changed text on reset button.

This commit is contained in:
Valera Rozuvan
2013-02-25 16:02:26 +02:00
parent fbc8d0e9d7
commit 65bbfab566

View File

@@ -210,7 +210,7 @@ PollMain.prototype = {
if ((typeof this.jsonConfig.reset === 'string') && (this.jsonConfig.reset.toLowerCase() === 'true')) {
this.canReset = true;
this.resetButton = $('<div class="button reset-button">Reset</div>');
this.resetButton = $('<div class="button reset-button">Change your vote</div>');
if (this.questionAnswered === false) {
this.resetButton.hide();